Android SDK not recognizing debug-able device

前端 未结 19 1038

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

    sometimes killing and restarting adb fix this:

    in your console:

    adb kill-server
    adb start-server
    

    (Don't forget to add the sdk's platform-tools folder in your PATH)

提交回复
热议问题