0

I am developing android app on windows xp and have samsung nexus s 2.3.6 phone. I can run my app on emulator in Eclipse. My problem is that I can't get adb to detect the real device.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Priyaranjan
  • 124
  • 3
  • 7

1 Answers1

2

Check out this tutorial: http://nexusshacks.com/nexus-s-hacks/how-to-install-nexus-s-windows-usb-drivers/

Upd

Also, try google's own usb driver. It's available through Android SDK Manager.

And after performing all this driver-related stuff, if the problem is still there - don't forget to restart your PC, sometimes it's the last thing that's missing.

Ivan Bartsov
  • 19,664
  • 7
  • 61
  • 59