centos adb devices :???????????? no permissions 解决方法

参考:https://github.com/snowdream/51-android

http://www.cnblogs.com/cat-lee/archive/2011/07/09/2101718.html

http://developer.android.com/tools/device.html

 

# vim /etc/udev/rules.d/50-android.rules

 

加入以下行,更多参考 http://developer.android.com/tools/device.html

SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev" 

#adb kill-server (需要环境变量支持)

 

#adb devices

posted on 2014-03-04 14:28  wjw334  阅读(208)  评论(0编辑  收藏  举报

导航