Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a new AVD- CPU/ABI field show 'No System images installed'

Tags:

android

sdk

avd

I was onto creating a new AVD. I created one with the ARM CPU image. But it won't boot up even after about 45 minutes. So I deleted it and downloaded the Intel x86 Atom image. On creating the AVD the field to select the CPU became inactive and shows 'No System Images installed for this target.
Help.!
Image installation status in SDK Manager:

Image installation status in SDK Manager

enter image description here

like image 363
Varun Avatar asked Nov 26 '13 11:11

Varun


3 Answers

Make sure that system image is installed. The system image for that platform is not installed. Go to SDK Manager and tick them and install. Then, try to create new AVD.

like image 160
user3928829 Avatar answered Nov 19 '22 18:11

user3928829


What I have done is:

  1. I'll Android SDK Manager. I have installed the following points; Platform SDK. ARM EABI V7A System Image

For the API you need.

close eclipse

  1. After I go to Windows Explorer. A folder: ..\sdk\system-images And entered into the System image that you use, I can inside a folder called "default" and in "armeabi-v7a" only have to cut and move the last folder where the default and then delete default.

open eclipse

This works.

like image 8
appmobiles.tk Avatar answered Nov 19 '22 17:11

appmobiles.tk


It worked after a simple restart of the Eclipse.

like image 4
Varun Avatar answered Nov 19 '22 17:11

Varun