无法通过ADB连接华为u8110
我无法使用 adb 将我的电脑连接到 Android 设备。我已在设备上启用 USB 调试选项。
adb devices
选项显示以下输出
设备管理器输出如下所示
可能出了什么问题?有什么建议吗?
I am not able to connect my PC to Android device using adb. I have enabled USB debugging option on the device.
The adb devices
options shows following output
Device Manager output is shown below
What could be going wrong? Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题是您的设备不提供序列号。有一个补丁可以解决这个问题,但它尚未集成到可下载工具中。
但是:您还可以使用 adb 的-d选项,这意味着连接到“唯一的 USB 设备”而忽略序列号。
另请参阅:
The problem is that your device doesn't provide a serial number. There's a patch out there to fix this, but it hasn't (yet) been integrated into the downloadable tools.
However: you can also use the -d option to adb, which means connect to the "only usb device" ignoring the serial number.
See also: http://www.newtondev.com/2011/01/21/getting-adb-to-list-your-android-vodafone-845-huawei-u8120-and-get-debugging-working/
您的命令行结果显示“? device”,这意味着您的设备已连接。
Your command line result shows "? device" which means your device is connected.