I am using Eclipse to program for the Android OS. I use a real device to test my application on.

To test my application I click on run, then the target project i wanna run and then the Android Device Chooser pops up, where I can choose the device or emulator that I want to run the application. (like probably every programmer here).

But sometimes when my app crashes because of some exception, the Android Device Handler gets some weired behavior. Now everytime I connect my device to the computer via USB a new device shows up in the Android Device Chooser, but all them (which are the same) are "unknown", so I cant use my device for testing anymore.

alt text

The only way to solve this is by restarting my computer. Isnt there any other way to solve the problem? Am I missing something?

link|improve this question

64% accept rate
Check the solutions here: stackoverflow.com/questions/3429959/… I found mine there! – Hendy Irawan Aug 30 '11 at 12:46
feedback

1 Answer

Unplug the device from the system. Restart the eclipse IDE. Goto the device development setting, uncheck and then check the USB debugging. Issue will be resolved.

link|improve this answer
Not necessary to restart Eclipse. – jfritz42 Feb 29 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.