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.
Asked
Active
Viewed 5,276 times
0
-
[This](http://stackoverflow.com/a/8804473/601868) will help you. – Natali Feb 03 '12 at 13:04
-
Afaik, Nexus S is an pure-google device, I don't think it requires Kies to work. – Ivan Bartsov Feb 03 '12 at 13:08
-
It help to me for all Samsung devices. You can also try google drivers. – Natali Feb 03 '12 at 13:10
-
Hmm, ok then. I never had a google-branded device myself, so you must know better) – Ivan Bartsov Feb 03 '12 at 13:12
-
Thanks for this way to run the application. – Priyaranjan Feb 04 '12 at 06:29
-
But i tried another way like I send the .apk file by my email to device and install my application.But i want my device to be ran in proper way as ADB did. – Priyaranjan Feb 04 '12 at 06:31
-
try adb install
.apk command in your cmd or terminal – Natali Feb 04 '12 at 07:08 -
Probably You didn't set "Debug Mode" on? – Denis Babak Feb 03 '12 at 14:20
1 Answers
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