Does anybody have an idea what I may be doing wrong. I have installed the usb drivers and have my device running in debugging mode but when I run my basic hello world application through eclipse my device wont show up in the device chooser. I have also tried re installing the sdk and all the drivers and still no luck. Thanks to anybody that can help me out
+1
A:
I had this problem (on Linux). Running 'adb start-server' manually as root solved it for me.
Gintautas Miliauskas
2010-08-10 23:02:24
A:
my nexus one does this to me sometimes. I have to toggle debug mode on the phone off/on and sometimes I even have to reboot the phone to fix it. Usually when this happens I type
adb devices
My phone will actually show up in the list but say 'offline'
schwiz
2010-08-11 01:32:10
A:
This problem comes up often. Restarting the ADB server solves this problem most of the times.
webgenius
2010-08-11 13:55:05
A:
turns out the driver wasn't installing correctly but thanks for the help
TerminalTox1n
2010-08-11 14:47:01