Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'adb devices' showing dummy device

Tags:

android

avd

I have been facing this problem for quite sometime now. Running 'adb devices' shows me an additional dummy device although its named as emulator-5554. FYI, I don't have any emulator running as well.

adb devices

List of devices attached:
xxxxxxx device (Actual device)
emulator-5554 device (Dummy thingy shown as device).

How do I clean up this mess?

like image 364
Varunkumar Nagarajan Avatar asked Oct 22 '12 18:10

Varunkumar Nagarajan


3 Answers

Same problem for me but I don't see any Bluestacks service in my services list. after adb devices shows emulators I didn't have, I usually just type the command

adb kill-server 

and running the

adb devices 

once more shows only the devices that are connected.

like image 169
inbaly Avatar answered Oct 19 '22 23:10

inbaly


I had the same issue. I did this and now everything is ok

  1. click Windows+R
  2. type services.msc
  3. stop BlueStacks Android Service
like image 37
ᖇᕮ ᗱᗩ Avatar answered Oct 19 '22 22:10

ᖇᕮ ᗱᗩ


I have figured out the issue. I had installed Bluestacks for Mac for trying out Android apps on Mac. This was running an emulator with a different name.

Figured it out by taking a screenshot of the emulator and it showed the launch screen of Bluestacks. Uninstalled Bluestacks and all is well now.

like image 44
Varunkumar Nagarajan Avatar answered Oct 19 '22 22:10

Varunkumar Nagarajan