Ahmad Ali Nasir
Ahmad Ali Nasir

Reputation: 1392

How to kill an orphan android emulator

I have tried everything but the emulator keeps showing when I type "adb devices" in cmd, even though there is no trace of the emulator in the AVD Manager. I have re-installed sdk tools, re-started my pc several times, but not matter what the emulator is still there. I have also deleted the auto generated folder .android. What should I do ?

Upvotes: 4

Views: 276

Answers (1)

tazzix
tazzix

Reputation: 316

Try:

adb usb

to make sure USB connection is used and "orphans" are cleared.

Upvotes: 3

Related Questions