OS X 10.6.6和" ADB设备"没有列出的Andr​​oid设备 [英] OS X 10.6.6 and "adb devices" fails to list android devices

查看:115
本文介绍了OS X 10.6.6和" ADB设备"没有列出的Andr​​oid设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ADB设备 工作正常,去年,但经过升级和新软件的安装, ADB设备无法识别USB连接Android设备。

下面是我曾尝试:

  ADB杀死服务器
ADB设备

亚行USB
  错误:设备未找到
 

解决方案

如果您已经在OS X上安装EasyTether,该EasyTetherUSBEthernet.kext可以prevent亚行从与移动设备进行通信。

如果您使用Easy系绳,然后再在你的手机运行插件:

 须藤kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext
 

(或拔掉/插入手机后)

如果您完成调试,并希望EasyTether再次使用,可以重新开始或:

 须藤kextload /System/Library/Extensions/EasyTetherUSBEthernet.kext
 


如果你想删除EasyTether KEXT所以它不会再无可争辩的你:

 须藤kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext
须藤室射频/System/Library/Extensions/EasyTetherUSBEthernet.kext
 


参考/贷:<一href="http://www.intohand.com/post.php?s=2011-02-17-android-debug-bridge-not-just-working-on-mac">http://www.intohand.com/post.php?s=2011-02-17-android-debug-bridge-not-just-working-on-mac

adb devices was working fine last year, but after upgrades and new software installs, adb devices no longer recognizes USB attached Android devices.

Here is what I have tried:

adb kill-server
adb devices

adb usb
  error: Device not found

解决方案

If you have installed EasyTether on OS X, the EasyTetherUSBEthernet.kext can prevent adb from communicating with your mobile device.

If you use Easy Tether, BEFORE you plug in your phone run:

sudo kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext

(or unplug/plug your phone in after)

If you are done debugging and want to use EasyTether again, either restart or:

sudo kextload /System/Library/Extensions/EasyTetherUSBEthernet.kext


If you want to remove the EasyTether kext so it never hassels you again:

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


Reference/Credit: http://www.intohand.com/post.php?s=2011-02-17-android-debug-bridge-not-just-working-on-mac

这篇关于OS X 10.6.6和&QUOT; ADB设备&QUOT;没有列出的Andr​​oid设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆