Android:在 Android 设备选择器中,同一设备会出现多次

发布于 2024-09-11 23:16:11 字数 611 浏览 2 评论 0原文

我正在使用 Eclipse 为 Android 操作系统编程。我使用真实设备来测试我的应用程序。

为了测试我的应用程序,我单击“运行”,然后单击我想要运行的目标项目,然后弹出“Android 设备选择器”,我可以在其中选择要运行该应用程序的设备或模拟器。 (就像这里的每个程序员一样)。

但有时当我的应用程序因某些异常而崩溃时,Android 设备处理程序会出现一些奇怪的行为。现在,每次我通过 USB 将设备连接到计算机时,A​​ndroid 设备选择器中都会显示一个新设备,但所有这些设备(相同)都是“未知”,因此我无法再使用我的设备进行测试。

替代文本
(来源: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.

alt text
(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如梦初醒的夏天 2024-09-18 23:16:11

在你的命令行中。 (假设 ADB 在您的路径上)

尝试:

adb kill-server

adb start-server

adb devices

In your command line. (assuming ADB is on your path)

Try:

adb kill-server

adb start-server

adb devices
埋葬我深情 2024-09-18 23:16:11

从系统中拔下设备。
重新启动 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文