Eclipse 未检测到我的 Android 设备

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18378244/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:06:41  来源:igfitidea点击:

Eclipse doesn't detect my Android device

androideclipseusbdetection

提问by Holywa

I use an Iconia Tab from Acer to debug an application. I've already used it a few months ago and it worked very well. But as I try to update the project, Eclipse can't find the device connected.

我使用 Acer 的 Iconia Tab 来调试应用程序。几个月前我已经使用过它,而且效果很好。但是当我尝试更新项目时,Eclipse 找不到连接的设备。

Yes, the usb debugging is already activated. I updated the specific drivers and the tablet is detected by the computer (as I was asked if I want to open it, like it did before). I try to use the adb commands kill-server and start-server, even reboot with adb usb but the result of "adb devices" still is a blank list.

是的,usb调试已经激活了。我更新了特定的驱动程序,电脑检测到平板电脑(因为我被问到是否要打开它,就像以前一样)。我尝试使用 adb 命令 kill-server 和 start-server,甚至使用 adb usb 重新启动,但“adb devices”的结果仍然是一个空白列表。

EDIT:Thanks for the answerer to this post, I checked for the periphericals devices (as I did before), but right-click on the "multimedia player" (it was detected as this) and "solve the problemes" by installing again the android interface. Why had it been uninstalled, I don't have a clue, but now, "adb devices" shows it!

编辑:感谢这篇文章的回答者,我检查了外围设备(就像我以前所做的那样),但是右键单击“多媒体播放器”(它被检测为这样)并通过再次安装“解决问题”安卓界面。为什么要卸载它,我不知道,但是现在,“adb devices”显示了它!

回答by Amit

I have nexus 4 and faced the same issue. When you go to My Computer > Manage > Device Manager > Other Devices , it was showing me Nexus 4 there and not "Android ADB Interface". To fix this, right click on nexus 4 and click on update. from two option select "Browse my computer for driver software" and then select "Let me pick from a list of device drivers on my computer ". you will see "Android ADB Interface" as an option. Select and install it. Now AVD manager will show the device.

我有 nexus 4 并面临同样的问题。当您转到“我的电脑”>“管理”>“设备管理器”>“其他设备”时,它向我显示了 Nexus 4,而不是“Android ADB 接口”。要解决此问题,请右键单击 nexus 4,然后单击更新。从两个选项中选择“浏览我的计算机以查找驱动程序软件”,然后选择“让我从计算机上的设备驱动程序列表中选择”。您将看到“Android ADB 接口”作为选项。选择并安装它。现在 AVD 管理器将显示设备。

回答by Dhruv

I have same issue with my Galaxy S3 (GT-I9300). I solved this issue after "Factory Data Reset". Now when i connect my phone with USB ,Eclipse shows my device perfectly.

我的 Galaxy S3 (GT-I9300) 也有同样的问题。我在“恢复出厂设置”后解决了这个问题。现在当我用 USB 连接我的手机时,Eclipse 完美地显示了我的设备。

Hopes it's helpful!...

希望有帮助!...