ubuntu下面找不到设备的绝招

使用lsusb查找到devID,以16进制写入到本地电脑隐藏目录文件[/home/用户名/.android/adb_usb.ini]中
最后打开一个命令行执行./adb devices即可 
Modify adb_usb.ini in /root/.android/ (if not exist, create it),  add 0x17EF at the end of line.
./adb kill-server
sudo ./adb devices

你可能感兴趣的:(工作日志)