Android DDMS 中没有设备列表
我有最新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您使用的是 Ubuntu,
首先,将您的 USB 供应商 ID 添加到文件
51-android.rules
中。请参阅此处了解更多详细信息。接下来,
还要确保设备中启用了USB 调试。
If you are using Ubuntu,
Firstly, add your USB vendor ID to the file
51-android.rules
. See here for more details.Next,
Also make sure that your USB Debugging is enabled in the device.
您是否确定设备上启用了“USB 调试”?
设置>>应用>>发展>> USB调试
Have you made sure "USB debugging" is enabled on the device?
Settings >> Applications >> Development >> USB debugging
如果您使用 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.
我正在使用 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