为什么我不能在Eclipse中以DDMS Perspective模式看到我的android设备?

时间:2011-09-03 06:33:59

标签: android eclipse adb

我打开了usb调试模式并安装了kies(驱动程序)。 我还应该做什么?

我使用MIUI.US Rom

编辑:

我的设备是Galaxy S I9000。我尝试调试我通过设备编写的程序,但我无法在eclipse中看到该设备。 我试过了:

adb kill-server
adb start-server

但它没有帮助。

5 个答案:

答案 0 :(得分:4)

这发生在我身上两次。两个不同的问题。第一个是坏的USB线。它会挂载但不会调试。第二个是我必须重新安装Google USB驱动程序才能进行手机调试。它们位于extras / google / usb_driver下的SDK安装位置。您应该在设备管理器中看到带有感叹号的设备。只需用上面列出的驱动程序更新该驱动程序。

答案 1 :(得分:2)

我未能让Google驱动程序与ADB上的三星设备配合使用。

安装Samsung Kies,它将帮助您安装所需的OEM驱动程序。

答案 2 :(得分:1)

在命令提示符

中尝试以下操作
adb devices

查看它是否显示附加的设备列表

如果没有,请确保在测试设备上启用了调试功能 要启用调试,请转到

Phone Settings --> Applications --> Development --> Enable USB Debugging

勾选标记,尝试adb devices

答案 3 :(得分:0)

I know this is a very old question but I just encountered the same thing and solved it by simply REBOOTING the android device. Who would've thought huh?

Anyway, I am using android studio in stead of eclipse and a one-plus one device running Cyanogenmod 12.0, it wouldn't show up in the Android Device Monitor even though the drivers were installed, usb debugging was turned on and after revoking USB debugging authorisations multiple times and plugging it in and out of different USB ports, rebooting finally solved my issue.

答案 4 :(得分:0)

我遇到同样的问题,一加一,这就是我解决的问题

设置Android调试

  • 转到设置 - >关于设备并点击Build号7次,它将解锁设置中的Developers Option功能。
  • 在开发人员选项中检查Usb调试

设置驱动程序

  • 转到My Computer右键单击属性
  • 从左侧菜单中选择Device Manager
  • 在设备管理器中找到Android设备,然后选择更新 驱动程序软件。
  • 为驱动程序软件选择Browse my computer,而不是在线搜索。
  • 接下来在我的计算机上选择let me pick from a list of device drivers
  • 从驱动程序列表中选择Android driver如果收到警告,请选择是继续。