在Eclipse中,我的设备未被检测到

时间:2013-03-21 12:11:50

标签: android eclipse

在Eclipse中不再检测到我的Android智能手机设备。我试图重启Eclipse,我的系统和我的设备也没有解决它。

我的设备是'Micromax canvas2'智能手机。我的驱动程序已安装。我使用三星驱动程序检查了其他三星设备,它运行正常。

我检查了所有设置。另请查看eclipse Windows>显示视图>其他..>设备但未找到设备。

为什么我的设备没有找到,我该如何解决?

2 个答案:

答案 0 :(得分:3)

尝试杀死adb服务器并通过命令提示符重新启动它

转到你安装它的android skd目录 并遍历到你会在platform-tools中找到的adb.exe ..

可能这会对你有所帮助。同样的事发生在我身上很多次。我当时只是重启服务器

enter image description here

答案 1 :(得分:0)

Edit ~/.android/adb_usb.ini (or if you are running as root, check /root/.android)
Add 0x1bbb to the end of the file if it already exists, otherwise do: echo 0x1bbb >> adb_usb.ini
adb kill-server
adb start-server
Check output of adb devices for your device