Android Studio: Ice Cream Sandwich (API Level 15) Device Configuration not showing up even though system image is installed
S

1

16

I am attempting to test an app on an ice cream sandwich device. To achieve this, I was hoping to run an emulator in android studio running API Level 15.

I have made sure to install the system image through the sdk manager and it correctly displays as installed in the manager as seen below:

Intel x86 Atom System Image Installed

Unfortunately, when I try to select the system image from the list in the Virtual Device Configuration menu, the option is not shown. Virtual Device Configuration

I've tried to look this up online, but the solutions seem rather unorthodox. Has anyone had this issue and found a solution for it?

Systole answered 9/6, 2016 at 17:21 Comment(0)
V
22

I think this is a bug. Here is a workaround. After downloading API Level 15 Intel x86 Atom System Image, do the following.

  1. Go to Standalone SDK Manager.
  2. Select menu item Tools-> Manage AVDs...
  3. Click "Create..." button.
  4. Select "Android 4.0.3 - API Level 15" as Target.
  5. Fill in other fields as appropriate, and click OK.
  6. Now, you can go back to regular AVD Manager and start the AVD with API Level 15 image you just created. When you try to edit configuration, you may see error message "The specified SD image file must be a valid image file". If you do, just click Show Advanced Settings and go to "Memory and Storage section", find "SD card", and select "Studio-managed". Somehow, this selection won't stay, and you have to do this every time you modify configuration.
Vertebral answered 16/6, 2016 at 19:36 Comment(2)
Worked for me. Though I was looking for API 14 the your solution helped me create an Emulator for with API 15(closest). ThanksPsychodrama
Not able to open Standalone SDK Manager. can you please help meOsgood

© 2022 - 2024 — McMap. All rights reserved.