Android Studio - creating a new Android virtual device with a lower version

I am trying to create a new Android emulator using Android Studio 0.8.6. When I try to create it in AVD Manager, the only target menu is "Android 4.4W - API Level 20". Option failed to execute my 4.1 based development app.

I looked through the documentation and couldn't find a way to add the target. Can anyone give a suggestion on this?

+3


source to share


1 answer


Go to your SDK manager and download the required API, then create a new AVD or edit an existing one

enter image description here



Check the 4.1 API version and click download enter image description here

+2


source







All Articles