Troubleshooting
Device is in use by another program​
Only one program can access the device at a time. If there is already another program using the device, Tango can't open it and you get this error.
On computers, Google ADB is the most common program that may be using the device, and other programs may bundle Google ADB to access Android devices. Tango doesn't use Google ADB, and can't work together with it.
To stop it, follow these steps:
- Windows
- macOS
- Linux
- If you know which program may be accessing the device, close it first.
- Right click on the empty space of the taskbar, and select "Task Manager".
- In the "Processes" tab, find
adb.exe
oradb.exe *32
in the "Name" column. then adb is already exited after step 1. - Right click on it, and select "End task".
If the adb.exe
process comes back after you close it, then some program is repeatedly starting it. You must find and close that program first.
- If you know which program may be accessing the device, close it first.
- Open Spotlight by pressing
⌘
+Space
. - Type
Activity Monitor
and pressEnter
. - In the "Processes" tab, find
adb
. If there aren't any, then adb is already exited after step 1. - Select it, and click the "X" button on the top left corner.
If the adb
process comes back after you close it, then some program is repeatedly starting it. You must find and close that program first.
- If you know which program may be accessing the device, close it first.
- Open a terminal.
- Type
killall adb
. If it says "adb: no process found", then adb is already exited after step 1. - Run
ps aux | grep adb
, if it doesn't show any output, then you have successfully stopped adb.
If the "adb" process is still there, then some program is repeatedly starting it. You must find and close that program first.
Cannot connect to "device name", access denied​
We have acknowledged that this error is happening to some Linux users, but we need more information to solve it. If you are experiencing this error, please provide your distribution name, browser name, browser version, and browser installation method to https://github.com/yume-chan/ya-webadb/issues/591.