How to remove an offline emulator from avd devices?
When I am facing the same issues than doing like below:
- Restart adb by issuing
adb kill-server
followed byadb start-server
in a command prompt - Disable and re-enable USB debugging on the phone
- Rebooting the phone if it still doesn't work.
99% of my issues have been resolved with these steps.
I have this problem on MacOS and solved it by
- Open the Spotlight search: Press
Command + Spacebar
- Type
Activity Monitor
- Open the Activity Monitor
- Search for
qemu
- Force quit the qemu process
Restarting adb like an answer above did not help.