首页 > 代码库 > ubuntu android 设备识别 Setting up a Device for Development
ubuntu android 设备识别 Setting up a Device for Development
参考:
http://developer.android.com/tools/device.html
lsusb
Bus 001 Device 004: ID 18d1:9025 Google Inc.
vi /etc/udev/rules.d/80-android.rules
SUBSYSTEMS=="usb",ATTRS{idVendor}=="18d1",SYMLINK+="android_adb",MODE="0666"
chmod a+r /etc/udev/rules.d/51-android.rules
sudo /etc/init.d/udev restart
adb devices
List of devices attached
0123456789ABCDEF device
ubuntu android 设备识别 Setting up a Device for Development
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。