Android Studio doesn't see device

后端 未结 30 2296
南方客
南方客 2020-11-22 14:44

The AVD Manager in Android Studio doesn\'t show my device but adb devices does show it. Am I missing something obvious here?

30条回答
  •  隐瞒了意图╮
    2020-11-22 15:33

    In my case

    android studio suddenly stop seeing my device

    I fix it by change USB option to Media device (MTP)

    how to get USB option from storage USB Computer Connection

    check Debugging from developer options

    try re-run on device , it should work

    issue

    USB option was charge only

    UPDATE ANSWER 26/7/2016

    there many reasons like not enabling developer mode --> USB debugging(if you dont see developer option click 7 times at build number )

    but I face another issue every thing was works just fine suddenly android studio cant see my device

    to fix this issue you need to restart adb , from terminal

    adb kill-server
    adb start-server
    

    or from ddms

    in devices section --> click at small arrow down --> restart adb

提交回复
热议问题