adb 看不到连接到 Apple Thunderbolt Cinema Display 的设备
如果我将 Android 设备直接插入 Macbook Pro 的 USB 端口,“adb devices”会正确列出它们。
但是,如果我将它们插入显示器上的 USB 端口(通过 Thunderbolt 连接到我的 MacBook),“adb devices”会报告没有连接任何设备。
有没有办法让 adb 查看连接到我的显示器的设备?
If I plug my android devices directly into the usb port of my Macbook Pro, "adb devices" lists them properly.
However, if I instead plug them into the USB ports on my display (which is connected to my macbook via thunderbolt), "adb devices" reports no devices attached.
Is there a way to get adb to see devices that are connected to my display?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该没有区别。我测试了多种设备,如果它们连接到显示器的 USB 端口,它们就会被识别。
检查你的电缆。
There should be no difference. I've tested a variety of devices and they are recognized if they are connected to the display's USB ports.
Check your cables.
该问题似乎是间歇性的,可能与笔记本电脑是否进入睡眠状态有关。从 MacBook 上拔下显示屏,等待 MacBook 进入睡眠或刷新显示屏,然后重新插入似乎可以解决问题。
The problem appears to be intermittent and may be related to if the laptop goes to sleep. Unplugging the display from the macbook, waiting for the macbook to sleep or refresh display, then plugging it back in seems to fix the problem.