0

I am working off my laptop at the moment and connected my nexus 7 via usb. For some reason I cannot see my nexus 7 in the eclipse ide. I tried installing drivers but to no avail. There is a yellow exclamation point beside the device in device manager.

Does anyone know what driver I need specifically in order to be able to debug on my laptop. Also I have already enabled the device for debugging and also have it connected as the PTP device.

Javacadabra
  • 5,578
  • 15
  • 84
  • 152

3 Answers3

3
  1. Plug in the Nexus 7

  2. Go to "Device Manager" -> "Other Devices" -> Right Click over the yellow exclamation mark -> "Upate Drivers" -> "Let me choose" -> "Let me pick form device drivers on my computer"

  3. Go to "SAMSUNG Android Phone" -> "Android ADB Interface" -> Next

John Alexander Betts
  • 4,718
  • 8
  • 47
  • 72
1

Download Nexus USB Driver from this Link

And then proceed in @John Betts answer but choose the place of the downloaded and extracted folder

Community
  • 1
  • 1
Amt87
  • 5,493
  • 4
  • 32
  • 52
0

A yellow exclamation point beside the device in device manager means your USB driver failed to start. I'd uninstall existing driver, and use the latest one from Eclipse ADT. Also, make sure you are using the right driver for your OS (32bit vs 64bit).

Eugene Kuleshov
  • 31,461
  • 5
  • 66
  • 67