Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing api level 15 image in android studio

Yesterday I upgrade android studio to 2.0 and now I can't find api 15 image to create new emulator? image

like image 722
Domen Jakofčič Avatar asked Apr 20 '16 05:04

Domen Jakofčič


2 Answers

I was having the same problem (have API 15 installed but it won't show up in the list) and the solution was to manually create a new AVD via the Standalone SDK Manager

Please see my detailed post here:
Manually create a new AVD via the Standalone SDK Manager

like image 187
Mycah Avatar answered Nov 15 '22 16:11

Mycah


My solution for 25.01.2017

  1. go to android sdk folder
  2. go to tools folder

enter image description here

  1. open old SDK Manager by double-click android.bat

  2. (make sure api 15 is installed)

  3. on top menu of window, click on Tools>Manage AVDs

enter image description here

  1. create here Your device and set target.

enter image description here

  1. open Android Studio, open window with list of devices and refresh

In this example, device will not have skin. You might want to use one from the list. Memory is a bit small, maybe 2048 would be better. After creation of AVD image, list of devices in Android Studio will have opportunity to edit created device and set bigger ram.

like image 22
deadfish Avatar answered Nov 15 '22 17:11

deadfish