adb devices command not working

前端 未结 9 605
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 05:53

I\'m running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26.

My problem(s):

  1. adb devices >>
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 06:23

    Every answer I've read indicates the SUBSYSTEM=="usb". However, my (perhaps ancient) udev needed this to be changed to DRIVER=="usb". At last I can run the adb server as a non-root user... yay.

    It can be instructive to look at the output of udevmonitor --env, followed by the output of

    udevinfo -a -p 
    

提交回复
热议问题