views:

45

answers:

4

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

This problem comes up often. Restarting the ADB server solves this problem most of the times.

webgenius
A: 

turns out the driver wasn't installing correctly but thanks for the help

TerminalTox1n