Android:在 Android 设备选择器中,同一设备会出现多次
我正在使用 Eclipse 为 Android 操作系统编程。我使用真实设备来测试我的应用程序。
为了测试我的应用程序,我单击“运行”,然后单击我想要运行的目标项目,然后弹出“Android 设备选择器”,我可以在其中选择要运行该应用程序的设备或模拟器。 (就像这里的每个程序员一样)。
但有时当我的应用程序因某些异常而崩溃时,Android 设备处理程序会出现一些奇怪的行为。现在,每次我通过 USB 将设备连接到计算机时,Android 设备选择器中都会显示一个新设备,但所有这些设备(相同)都是“未知”,因此我无法再使用我的设备进行测试。
(来源:yfrog.com)
解决这个问题的方法是重新启动我的计算机。难道就没有其他办法解决问题吗?我错过了什么吗?
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.
(source: yfrog.com)
The only way to solve this is by restarting my computer. Isnt there any other way to solve the problem? Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在你的命令行中。 (假设 ADB 在您的路径上)
尝试:
In your command line. (assuming ADB is on your path)
Try:
从系统中拔下设备。
重新启动 Eclipse IDE。
进入设备开发设置,取消勾选然后勾选USB调试。
问题将得到解决。
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.