Android: Within Android Device Chooser the same device shows up several times -
I am using Eclipse for the program for Android OS. I am using a real tool to test my application.
To test my application, I click on run, then the Android device selector pops up after which I want to run the project, where I can select the device or emulator That I want to run the application (possibly like every programmer here).
But occasionally when my app crashes due to some exception, then Android device handler gets some good behavior. Now every time I connect my device to a computer via USB and shows a new device in the Android delivery selector, but all (which are similar) are "unknown", so I no longer use my device to test can not do.
The only way to solve this is to restart my computer. Is there no other way to solve the problem? Am I forgetting something?
In your command line
adb kill-server adb start- Server adb device
Comments
Post a Comment