adb.exe has stopped working, Nexus 7 not detected over USB

6.9k Views Asked by At

I'm using Google Nexus 7 to debug an applications. but now it is prompting the error message below and and popup is coming stating that the USB device is not recognized. But it was working properly a few days back.

I have not made any updates on the device or the Android SDK.

adb stopped:

enter image description here

USB device not recognized:

enter image description here

What's wrong?

3

There are 3 best solutions below

3
Ektos974 On

Sometimes the adb executable,is executed several times causing this error, check on your Task Manager (not sure how it's named).

Kill all of them, and restart the adb by taping this command "adb devices" on any windows shell (cmd.exe or powershell).

Hope it'll help you :)

0
IdoT On

It happened to me during debug, I just unplugged and plugged back the USB cable and adb return to work just fine.

0
Weirong Chen On

this question is about the adb server version in local machine doesn't match with the adb under the C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools; find a same version of abd.exe copy to, then run, done well i tried to find the key and resolve.