当前位置: 首页 > 工具软件 > 51-android > 使用案例 >

adb 调试前,需添加usb属性到 51-android.rules

劳仲渊
2023-12-01

今天新编了android4.0 image,系统起来后,发现adb用不了,原来是adb版本也得更新。

新版本在 /out/host/linux-x86/adb.

which adb,查看一下adb位置,cp更新一下就可以使用了。

另一方面是更新/etc/udev/rules.d/51-android.rules

your /etc/udev/rules.d/51-android.rules

to add

SUBSYSTEM=="usb", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="6860", MODE="0666"


lsusb showed the dv10 as "Bus 001 Device 017: ID 8087:6860 Intel Corp."

这样就可以了。

 类似资料: