Android Studio recognizes physical Device as Null?

后端 未结 19 1661
攒了一身酷
攒了一身酷 2020-11-30 21:19

I\'ve been developing an Android Application for Android (SDK min version 14) and I have testing it normally with tablets such as Samsung Galaxy 2 and Nex

19条回答
  •  野性不改
    2020-11-30 21:43

    Recently, I was facing the same issue for Vivo and MI phones. I have tried everything described in this thread. I tried connecting as MTP, PTP; But nothing worked.

    After many retries I found a solution for my case and may be it can help others too.

    1. Open terminal window in Android Studio
    2. Kill ADB server using following command: adb kill-server
    3. Restart ADB server using following command: adb start-server

    It solved my issue.

提交回复
热议问题