Android ADB 无法在 2011 Macbook Pro 上显示设备

发布于 2024-10-26 02:52:13 字数 658 浏览 3 评论 0原文

刚开始开发新的 2011 Macbook Pro,却发现 ADB 无法看到我的任何设备。当我在 DDMS 中的 Eclipse 下运行 ./adb devices 时,会发生这种情况。

我发现了一些关于此问题的讨论,称 OS X 10.6.6 中存在间歇性问题,在查看 Android 设备时出现问题,但这似乎有所不同,因为我的所有设备都可以通过 USB 安装。

我在 Virtualbox 中看到运行 Windows 7 的行为完全相同,Apple 对此问题不提供支持,因为他们坚称这是 Android 的问题。

我遇到此问题的设备包括: 索尼 Xperia mini X10 摩托罗拉机器人 HTC Droid Eris Samsung Galaxy Tab

这可能是我的新 Macbook 上的硬件问题,还是我正在处理与 OS X 相关的问题?

不管怎样,我可能不得不换一台 Windows 笔记本电脑 :-(

**更新于 2011 年 3 月 27 日 现在已经尝试了 Windows 7 的完整 Bootcamp 安装,包括所有 Apple 提供的驱动程序 - 相同的结果,

求助于供电的 USB 集线器也没有帮助

该设备在 System Profiler 下显示为 Android Phone,但对 ADB 仍然不可见,安装工作正常。

Just began working on a new 2011 Macbook Pro only to find ADB cannot see any of my devices. This occurs under Eclipse in DDMS and when I run ./adb devices.

I have found some discussion of this saying there are intermittent issues in OS X 10.6.6 with problems seeing Android devices but this seems to be different as all of my devices are mountable via USB.

I see the exact same behavior running Windows 7 in Virtualbox, Apple support on this issue is non existent as they insist it is Android's problem.

The devices I have encountered this problem with include:
Sony Xperia mini X10
Motorola Droid
HTC Droid Eris
Samsung Galaxy Tab

Could this be a hardware problem on my new Macbook or am I dealing with something related to OS X?

Either way I may have to trade for a Windows laptop :-(

**updated March 27 2011
Have now tried a full Bootcamp installation of Windows 7 complete with all the Apple provided drivers - same result

resorting to powered USB hub didn't help either

The device appears as Android Phone under System Profiler but remains invisible to ADB, mounting works fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

空袭的梦i 2024-11-02 02:52:13

终于找到解决方案了,看来我在 macbook 上安装的网络共享软件干扰了 ADB:
http://www.intohand.com/blog/?p=116

申请修复使其再次“正常工作”:

sudo rm -rf /System/Library/Extensions/EasyTetherUSBEthernet.kext

Finally found a solution, seems the tethering software I had installed on the macbook was interfering with ADB:
http://www.intohand.com/blog/?p=116

Applying the fix made it "just work" again:

sudo rm -rf /System/Library/Extensions/EasyTetherUSBEthernet.kext
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文