安装网络共享软件后 ADB 无法识别设备

发布于 2024-11-08 13:53:58 字数 259 浏览 0 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(3

勿忘初心 2024-11-15 13:53:58

(我猜“如果你在 Mac OS X 上开发,它就可以工作。跳过这一步。”这句话不是 100% 正确...)

我可以想到两个选择:

  • 确保你的 USB 调试仍然处于打开状态设备
  • 重新启动 adb(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:

  • Make sure you have usb debugging still ON on the device
  • restart adb (adb kill-server and then adb start-server)
許願樹丅啲祈禱 2024-11-15 13:53:58

运行 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.

柠檬 2024-11-15 13:53:58

我在使用 EasyTether Lite 时也遇到了同样的问题。我已在 Mac 和 Droid Bionic 上安装了 EasyTether Lite。

我尝试使用 kextunload 但 adb devices 仍然没有显示我的设备。我尝试了各种方法,但最终唯一有效的方法是从我的 Mac 和设备上完全卸载 EasyTether Lite。以下是步骤。

  1. 打开 Finder 并导航至 /System/Library/Extensions
  2. 将 EasyTetherUSBEthernet.kext 拖至垃圾桶
  3. 重新启动 Mac
  4. 从设备卸载 EasyTether Lite
  5. 重新启动设备

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.

  1. Open Finder and navigate to /System/Library/Extensions
  2. Drag EasyTetherUSBEthernet.kext to the trash
  3. Reboot Mac
  4. Uninstall EasyTether Lite from device
  5. Reboot device
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文