0

When I run application it show me "com.android.ddmlib.AdbCommandRejectedException: more than one device" Exception and "Launch error: adb rejected command: more than one device".

Adt detects my two devices with the following names:

memo-memo-0123456789ABCDEF and 0123456789ABCDEF

Any body have any idea why this is occurring and how can I resolve it.

json001
  • 62
  • 1
  • 11

1 Answers1

1

I was facing the same problem recently. Refer to this post. Worked for me.

Actually all I had to do was to exit Eclipse and then end adb.exe in Task Manager. Start Eclipse again and voilà, showing only the one device as it should.

Community
  • 1
  • 1
durrrr
  • 352
  • 2
  • 15