Issue
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?
Solution
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
- Open SDK Manager: Tools > Android > AVD Manager
- Launch the Standalone SDK Manager by clicking the link at the bottom
- In the SDK Manager, manually create a new AVD
- Click ‘OK' on the next confirmation window
You should then see your device with the API you wanted in the AVD Manager.
Answered By - Mycah
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.