adb devices command not working

前端 未结 9 622
佛祖请我去吃肉
佛祖请我去吃肉 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:30

    I fixed this issue on my debian GNU/Linux system by overiding system rules that way :

    mv  /etc/udev/rules.d/51-android.rules /etc/udev/rules.d/99-android.rules
    

    I used contents from files linked at : http://rootzwiki.com/topic/258-udev-rules-for-any-device-no-more-starting-adb-with-sudo/

提交回复
热议问题