Android SDK not recognizing debug-able device

前端 未结 19 1053

I\'m new to Android development, and am attempting to run a test application on my actual device. I followed the instructions at http://developer.android.com/guide/developin

19条回答
  •  天命终不由人
    2020-12-14 05:13

    I followed the steps suggested by Neil Han, but adb still could not recognize my tablet (cheap chinese device - Freelander PD10).

    what solved this problem for me was restarting adb as superuser:

    adb kill-server
    sudo adb start-server
    

提交回复
热议问题