Android Studio doesn't see device

后端 未结 30 2695
南方客
南方客 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:46

    Be sure that you have downloaded the correct API for the version you device is using. After updating your device's Android version or switching to a different device you may not have the correct API downloaded on Android Studio. To do this:

    1. Check your devices Android OS version by going to Settings>About Phone>Android Version

    2. Make sure you have the correct API installed in Android Studio in the SDK Manager

提交回复
热议问题