在 Eclipse 中不再检测到我的 android 智能手机设备。我试图重新启动 Eclipse、我的系统和我的设备也没有修复它。
我的设备是“Micromax canvas2”智能手机。我的驱动程序已安装。我用三星驱动程序检查了其他三星设备,它工作正常。
我检查了所有设置。还要检查 eclipse Windows > Show view > Other .. > Device but no device found。
为什么找不到我的设备,我该如何解决?
尝试杀死 adb 服务器并通过命令提示符重新启动它
转到您保存它的 android skd 目录并遍历 adb.exe,您将在平台工具中找到它。
可能这会对你有所帮助。同样的事情发生在我身上很多次。我当时只是重新启动服务器
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