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

时间:2014-03-05 03:10:25   收藏:0   阅读:648

参考: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

centos adb devices :???????????? no permissions 解决方法,布布扣,bubuko.com

原文:http://www.cnblogs.com/wjw334/p/3580327.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!