简体   繁体   中英

API 14 and 15 are missing in Android Studio 2.0 AVD manager

When creating an AVD in Android Studio, system images for API 14 and 15 are missing in the list (though I actually installed the corresponding SDK versions in the SDK manager).

I think this issue appeared since the upgrade to Android Studio 2.0.

How can I create an AVD for these API versions?

在此输入图像描述

NOTE: This answer assumes that the API etc. are already correctly installed. The OP (and myself) were having the specific problem even when those prerequisites were done, but still couldn't get the API to be available in the Virtual Device Manager when creating a new device.

SOLUTION : Manually create a new AVD via the Standalone SDK Manager (steps and screenshots below).

Mac

  1. Open SDK Manager: Tools > Android > AVD Manager 打开SDK Manager
  2. Launch the Standalone SDK Manager by clicking the link at the bottom 独立SDK Manager
  3. In the SDK Manager, manually create a new AVD
    • Tools > Manage AVDs (stay on the Android Virtual Devices tab)
      • IMPORTANT : I had to click away from the Android SDK Manager window and go back before the menu options would work 在此输入图像描述
    • Click 'Create' 在此输入图像描述
    • Click the 'Target' dropdown and you should see all your APIs (15 in my case) 在此输入图像描述
    • Select whatever options you want for the rest of the settings and click 'OK'
  4. Click 'OK' on the next confirmation window

You should then see your device with the API you wanted in the AVD Manager. AVD经理 AVD经理

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM