Adb 无法在 Max OSX 10.7.2 中检测到 Android 设备
我安装了android sdk,但adb无法检测到android设备
% adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
%
我尝试并遵循以下一些方法和条件来解决这个问题。
环境由 Mac OSX Lion 和 NEC N-06C(android) 组成。
SystemProfiler 显示 N-06C 信息(产品 ID、供应商 ID 等)。
我将供应商 ID 添加到 .android/adb_usb.ini 并重新启动 adb。但此更改没有影响。
EasyTether 未安装。(/System/Library/Extensions/EasyTetherUSBEthernet.kext 不存在)
此 Mac 也无法将此 Android 检测为存储。
另一台Mac(Snow Leopard)可以检测设备为存储或调试模式。
我搜索了一些类似的情况,这些与EasyTether或编辑并重新启动adb_usb.ini有关。我已经尝试过,但无法解决这个问题。而且,我觉得Mac无法检测到存储的这个问题很奇怪。
有人知道这个问题是什么吗?
I installed android sdk but adb can't detect android devices
% adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
%
I tried and conformed some following methods and conditions to solve this problem.
Environment consists Mac OSX Lion and NEC N-06C(android).
SystemProfiler displaies N-06C information(Product ID, Vendor ID and so on).
I added Vendor ID to .android/adb_usb.ini and restarted adb. But this change had no influence.
EasyTether isn't installed.(/System/Library/Extensions/EasyTetherUSBEthernet.kext doesn't exist)
This Mac can't detect this android as storage too.
Another Mac(Snow Leopard) can detects device as storage or debug mode.
I searched some similar situations, these are related to EasyTether or editing and restarting adb_usb.ini. I have tried them and couldn't solve this problem. And, I feel this problem that Mac can't detect as storage is strange.
Does someone know what this problem is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了答案。
此问题是 Lion 和 N-06C Medias 所特有的。
http://8kpixel.blogspot.com/ 2011/08/mac-os-x-lionn-06c-mediasadb.html#
谢谢。
I found the answer myself.
This problem is specific between Lion and N-06C Medias.
http://8kpixel.blogspot.com/2011/08/mac-os-x-lionn-06c-mediasadb.html#
Thank you.