1

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?

Gilles 'SO- stop being evil'
  • 104,111
  • 38
  • 209
  • 254
Dinithe Pieris
  • 1,822
  • 3
  • 32
  • 44
  • If restarting the device and restarting the computer and using a different USB port (2.0, not HUB) doesn't work and you certainly do have USB Debugging set to ON, then there's a chance that the cable or the Nexus 7's port went haywire. I used to get this problem and I had to get the USB module of my Galaxy Note switched out because it corroded. That, of course, after messing quite a bit with the drivers that are quite problematic for Android on Windows 7 for some reason. – EpicPandaForce Aug 04 '14 at 09:22
  • Try installing this driver http://forum.xda-developers.com/nexus-4/orig-development/adb-fb-apx-driver-universal-naked-t1996051 using `pnputil -i -a nameoffile.inf` – EpicPandaForce Aug 04 '14 at 09:25
  • @ Zhuinden i tried all usb ports and on off stuff.. but not working – Dinithe Pieris Aug 04 '14 at 09:26
  • 1
    try on another computer, if it doesn't work on another computer then try with another cable, if with another cable it doesn't work on either computer then take the nexus 7 for its USB to be replaced, my Samsung Galaxy Note's USB was really fragile too (I had to get it replaced twice in three months O.o) – EpicPandaForce Aug 04 '14 at 11:52
  • nop i tried also on many (five) computers buy using different usb cables. and still getting the same problem for those computers as well. – Dinithe Pieris Aug 05 '14 at 03:17
  • check [this](https://stackoverflow.com/a/44580544/5583806),i got the same problem,that is my solution. – veeson Jun 16 '17 at 04:01

3 Answers3

0

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 :)

Ektos974
  • 999
  • 10
  • 30
  • device manager is not showing the device after the error popups, connected as a usb device. I tried to start the adb but device is not connected.. – Dinithe Pieris Aug 05 '14 at 03:20
  • Is your nexus found by Windows ? (on the File explorer or the Device Manager) If not, make sure your nexus is recognized by your system, you might need drivers (I had a problem with a Galaxy Tab 10.2 that forced me to unistall the Samsung USB Driver and reinstall it). – Ektos974 Aug 05 '14 at 07:21
  • 1
    I found this, it is about nexus driver issue http://forum.xda-developers.com/showthread.php?t=1821536 – Ektos974 Aug 05 '14 at 07:23
0

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

IdoT
  • 2,831
  • 1
  • 24
  • 35
0

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.