ADB 无法识别设备
我正在 Windows XP 上开发 Android 应用程序,并拥有三星 Nexus s 2.3.6 手机。我可以在 Eclipse 的模拟器上运行我的应用程序。我的问题是我无法让 adb 检测到真实设备。
I am developing android app on windows xp and have samsung nexus s 2.3.6 phone. I can run my app on emulator in Eclipse. My problem is that I can't get adb to detect the real device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个教程:
http://nexusshacks.com/ nexus-s-hacks/how-to-install-nexus-s-windows-usb-drivers/
Upd
另外,尝试谷歌自己的USB驱动程序。它可以通过 Android SDK 管理器获得。
执行完所有这些与驱动程序相关的操作后,如果问题仍然存在,请不要忘记重新启动您的电脑,有时这是最后遗漏的事情。
Check out this tutorial:
http://nexusshacks.com/nexus-s-hacks/how-to-install-nexus-s-windows-usb-drivers/
Upd
Also, try google's own usb driver. It's available through Android SDK Manager.
And after performing all this driver-related stuff, if the problem is still there - don't forget to restart your PC, sometimes it's the last thing that's missing.