将我的 Android 手机连接到 DDMS SDK 实用程序
我正在尝试使用 SDK 的 DDMS 实用程序从我的 Droid X 上捕获屏幕。
我已经安装了 Java JDK 和 Android SDK。我在 Windows 笔记本电脑上设置了 USB 驱动程序,并将 Droid X 连接到 USB 端口。 Windows XP 可以在 Windows 资源管理器中将 Droid 视为可移动 USB 设备,但 DDMS 实用程序未显示任何设备。
在 DOS 窗口中运行“adb devices”也不会列出任何设备。
是的,java.exe 位置已添加到我的 PATH 中。 是的,Droid 设置为允许 USB 调试。
那么为什么 DDMS 无法看到我的手机呢?
I am trying to use the SDK's DDMS utility to capture screens off my Droid X.
I have installed the Java JDK and the Android SDK. I set up the USB driver on my Windows laptop and connected my Droid X to the USB port. Windows XP can see the Droid just fine in Windows Explorer as a removable USB device, but the DDMS utility shows no devices.
Running "adb devices" in a DOS window lists no devices either.
Yes, the java.exe location has been added to my PATH.
Yes, the Droid is set to allow USB debugging.
So why can't DDMS see my phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我有类似的问题。通过从 android-sdk-windows\usb_driver 手动安装驱动程序解决了这个问题
I had a similar problem. It was resolved by manual installation of drivers from android-sdk-windows\usb_driver
尝试下载 PDANet。某些设备无法使用 Google 提供的 USB 驱动程序。
三星 Galaxy S2(我的)就是其中之一。使用 PDANet 解决。
Try to download PDANet. Some devices don't work with usb drivers provided by Google.
Samsung Galaxy S2 (mine) is one of them. Resolved using PDANet.
ddms 应该可以看到您的手机,它与我在 Windows XP 上的 Nexus 相关。您是否尝试过重新启动 ADB?有时我必须重新启动 3 或 4 次才能让它工作。当我同时打开模拟器或 Eclipse 时,有时情况会更糟。尝试“adb Kill-server”和“adb start-server”看看它是否有任何区别......
ddms should see your phone, It does with my nexus on windows xp. Have you tried restarting the ADB? sometimes I have to restart it 3 or 4 times before getting it to work. And when I have the emulator or Eclipse open at the same time, It is sometimes even worse. Try "adb kill-server" and "adb start-server" to see if it make any difference...
我有同样的问题。按照 Android 的建议,将设备插入不同的 USB 端口后问题得到解决设备未显示在 DDMS 中
I had the same issue. It was solved after I plugged the device on a different USB port, as recommended by Android device not showing up in DDMS