Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm on Mac OSX 10.6.8 and my Android device is correctly listed by the command "adb devices" on the terminal. The device continues to be listed by the above command while starting Eclipse. As soon as I try to debug my android application (I have set to Manual the debug configuration) the device stops to be listed by the command "adb devices" (i.e., an empty list is reported) and the device does not appear in the Device Chooser window shown by Eclipse. I have not installed EasyTether on my system. Anyone experiencing the same behavior?

share|improve this question
I solved the problem by using the app "adbWireless" link to connect to my Android device wirelessly. In this case (i.e., using a wireless connection instead of USB) the device is listed by both the "adb devices" command and the Eclipse device chooser. I found this solution described by jeffp here: link – Plecto Apr 5 '12 at 23:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.