set up device for development (???????????? no permissions)

后端 未结 26 2345
再見小時候
再見小時候 2020-11-22 12:27

I am using a Samsung galaxy nexus phone (Android 4.0 platform) .

I am developing Android app on Ubuntu linux OS. I would like to run my application

26条回答
  •  眼角桃花
    2020-11-22 13:27

    Enter the following commands:

    adb kill-server
    sudo ./adb start-server
    adb devices

    This happens when you are not running adb server as root.

提交回复
热议问题