将我的 Android 手机连接到 DDMS SDK 实用程序

发布于 2024-09-13 22:14:09 字数 342 浏览 6 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

昇り龍 2024-09-20 22:14:09

我有类似的问题。通过从 android-sdk-windows\usb_driver 手动安装驱动程序解决了这个问题

I had a similar problem. It was resolved by manual installation of drivers from android-sdk-windows\usb_driver

风吹雪碎 2024-09-20 22:14:09

尝试下载 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.

尴尬癌患者 2024-09-20 22:14:09

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...

铜锣湾横着走 2024-09-20 22:14:09

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文