Reputation: 1392
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
Reputation: 316
Try:
adb usb
to make sure USB connection is used and "orphans" are cleared.
Upvotes: 3