No device attached to adb server even if Anbox is running

Bug #2080491 reported by Gary.Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Anbox Cloud
Fix Released
Low
Gary.Wang

Bug Description

To reproduce this issue:
 1. Launch a Anbox instance with
    $ amc launch -r
 2. Install adb deb package from the achieve
    $ amc exec "$instance_id" -- sh -c "apt update && apt install adb -y"
 3. List the devices and `emulator-5558` device should be online
    $ amc exec "$instance_id" -- sh -c "adb devices"
 4. Kill adb server, then list devices again
    $ amc exec "$instance_id" -- sh -c "adb kill-server && adb devices"

Actual result:
    The list of devices attached is empty

Expected result:
    emulator device should be online

Gary.Wang (gary-wzl77)
Changed in anbox-cloud:
status: In Progress → Fix Committed
Simon Fels (morphis)
Changed in anbox-cloud:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.