11

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.

anshika
  • 121
  • 1
  • 6
  • 1
    its stop from the task manager-> services -> find adb.exe and end process. and then after u try to run app its automatic start ADB when 0 to 10 process is completed. – Hardik Parmar Dec 03 '15 at 10:49

4 Answers4

17

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

Rishabh Agrawal
  • 1,998
  • 2
  • 25
  • 40
4

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.

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

You can open comand line, go to sdk/platform-tools folder (C:\Users\Administrator\AppData\Local\Android\sdk\platform-tools - my path) and run:
adb kill-server

adb start-server

Same answer if you receive "Offline Device"

VKostenc
  • 1,140
  • 14
  • 19
1

image

Just look at the image, Chuck thanks for help!

ahuminskyi
  • 211
  • 2
  • 8