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:
Asked
Active
Viewed 6.5k times
19

Gyanesh Gouraw
- 1,991
- 4
- 23
- 31

Varun
- 870
- 2
- 10
- 27
-
Can you accept the answer if it helped? The answers bellow solved the issue I hope. – NewUser Nov 28 '15 at 09:51
4 Answers
14
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.

vefthym
- 7,422
- 6
- 32
- 58

user3928829
- 141
- 1
- 2
8
What I have done is:
- 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
- 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.

appmobiles.tk
- 89
- 1
- 9
3
You must install the system image for your SDK version. for more information please check this answer. enter link description here

Community
- 1
- 1

Anas Naguib
- 1,006
- 11
- 12