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

后端 未结 26 2293
再見小時候
再見小時候 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:13

    You could also try editing adb_usb.ini file, located at /home/username/.android/. This file contains id vendor list of devices you want to connect. You just add your device's id vendor in new line (it's one id per line). Then restart adb server and replug your device.

    It worked for me on Ubuntu 12.10.

提交回复
热议问题