安装网络共享软件后 ADB 无法识别设备
我在 Mac 上安装了一些网络共享软件,这显然导致 ADB 停止识别设备。果然,该软件网站上的故障排除指南 (http://www.mobile-stream.com/easytether/android_faq.html#adbmacosx) 表示,可以使用 kextunload
命令手动卸载驱动程序终端。
我这样做了,但我的 Mac 仍然无法识别任何设备......
有人有什么建议吗?我真的需要 ADB 来识别设备!我无法继续使用模拟器!
I installed some tethering software on my Mac which, apparently, caused ADB to stop recognizing devices. Sure enough the troubleshoot guide on the software's site (http://www.mobile-stream.com/easytether/android_faq.html#adbmacosx) said to unload the driver manually by using the kextunload
command in the terminal.
I did that, but still my Mac won't recognize any devices....
Anyone have any suggestions? I really need ADB to recognize devices! I can't keep using the emulator!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
(我猜“如果你在 Mac OS X 上开发,它就可以工作。跳过这一步。”这句话不是 100% 正确...)
我可以想到两个选择:
adb Kill-server
,然后adb start-server
)(I guess the statement "If you're developing on Mac OS X, it just works. Skip this step." is not 100% true...)
I can think two options:
adb kill-server
and thenadb start-server
)运行
kextunload
来阻止 EasyTether 驱动程序加载后,我将 USB 线切换到 MacBook 上的另一个端口,结果成功了。After running
kextunload
to stop the EasyTether drivers from loading, I switched my usb cable to a different port on my MacBook and it worked.我在使用 EasyTether Lite 时也遇到了同样的问题。我已在 Mac 和 Droid Bionic 上安装了 EasyTether Lite。
我尝试使用 kextunload 但 adb devices 仍然没有显示我的设备。我尝试了各种方法,但最终唯一有效的方法是从我的 Mac 和设备上完全卸载 EasyTether Lite。以下是步骤。
I had the same problem with EasyTether Lite. I had installed EasyTether Lite on my Mac and on my Droid Bionic.
I tried using the kextunload but adb devices still didn't show my device. I tried various things but ultimately the only thing that worked was to completely uninstall EasyTether Lite from both my Mac and my device. Here are the steps.