Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

com.android.ddmlib.AdbCommandRejectedException: more than one device [duplicate]

Tags:

android

adb

how to kill and start adb in window 8. i did in linux but do not have any idea in window 8 b'coz i am getting error of com.android.ddmlib.AdbCommandRejectedException: more than one device. i restart my eclipse , changed my port but it is no working.

like image 732
anshika Avatar asked Apr 21 '14 06:04

anshika


2 Answers

I think your question is formed a bit differently, but the exception is the same so if you're facing the same problem I was then 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.

like image 119
durrrr Avatar answered Oct 27 '22 13:10

durrrr


just simple delete the adb.exe file running in your Task Manager

like image 29
Rishabh Agrawal Avatar answered Oct 27 '22 14:10

Rishabh Agrawal