Android DDMS 中没有设备列表

发布于 2024-11-15 00:54:47 字数 236 浏览 3 评论 0原文

我有最新的 eclipse & Android SDK - 版本 11 - 安装在 Windows Vista 上。我更新了SDK并选择了Android 3.0.1。我连接了 Android 3.01 Acer Iconia Tab A500。安装原装 Acer USB 驱动程序。 Iconia 显示在 Windows 中,我可以连接到 Iconia 的文件系统。 在 Eclipse/DDMS 中,列表中未显示任何设备。 亲切的问候, 托尼·泰斯

I have the newest eclipse & Android SDK -release 11- installed on Windows Vista. I updated the SDK and chose Android 3.0.1. I connected an Android 3.01 Acer Iconia Tab A500. Installed the original Acer USB driver. The Iconia shows up in Windows and I can connect to the Iconia's file system.
In Eclipse / DDMS no devices are shown in the list.
Kind regards,
Tony Thijs

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

吃颗糖壮壮胆 2024-11-22 00:54:47

如果您使用的是 Ubuntu

首先,将您的 USB 供应商 ID 添加到文件 51-android.rules 中。请参阅此处了解更多详细信息。

接下来,

sudo ./adb kill-server
sudo ./adb start-server

还要确保设备中启用了USB 调试

If you are using Ubuntu,

Firstly, add your USB vendor ID to the file 51-android.rules. See here for more details.

Next,

sudo ./adb kill-server
sudo ./adb start-server

Also make sure that your USB Debugging is enabled in the device.

蛮可爱 2024-11-22 00:54:47

您是否确定设备上启用了“USB 调试”?

设置>>应用>>发展>> USB调试

Have you made sure "USB debugging" is enabled on the device?

Settings >> Applications >> Development >> USB debugging

海拔太高太耀眼 2024-11-22 00:54:47

如果您使用 Windows 手动结束 adb.exe 进程。按 Ctrl+alt+Del 找到 adb.exe 并按“结束进程”。
之后执行
命令提示符上的 adb start-server。

我做了这些事情并解决了问题。希望它也能解决您的问题。

If You are using windows manually end process of adb.exe. Pres Ctrl+alt+Del find adb.exe and press "end process".
After that execute
adb start-server on your command promt.

I did those things and it solved the problem. Hopefully it can also solve your problem.

青巷忧颜 2024-11-22 00:54:47

我正在使用 ubuntu 10.10 和 a500。链接和 sudo 命令中的说明有所帮助。我也尝试过不使用 sudo,但这不起作用(在 adb devices 中得到 ?????? )。请注意,对于我的开发人员,我使用的是在普通帐户下运行的 eclipse。以下是我的“adb devices”的输出

android-sdk-linux_x86/platform-tools$ ./adb devices
附加设备列表
288504640800597 设备

I'm using ubuntu 10.10 alongside a500. The instructions from the link and sudo commands helped. I also tried without sudo and that didn't work (got ????? in adb devices). Please note that for my dev I'm using eclipse running under a normal account. Below is my output from "adb devices"

android-sdk-linux_x86/platform-tools$ ./adb devices
List of devices attached
288504640800597 device

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