Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.3 Virtual Device CPU/ABI - No system images installed (eclipse)

I'm trying to set up a new device, but I can not continue with the process.
I think it's because the target version is 4.3. enter image description here

I know I need to download it from Android SDK manager.
But as you can see it has been installed enter image description here

like image 655
cheziHoyzer Avatar asked Sep 03 '13 20:09

cheziHoyzer


3 Answers

You Just close the ADT and open it.. it will surely work. it's work for me.

And check the Target as Android 4.4 - API level 19..

like image 41
Suseendran Kandasamy Avatar answered Oct 25 '22 00:10

Suseendran Kandasamy


Reinstall the ARM EABI v7a system Image and Intel x86 Atom System Image again restart the eclipse I think it will work

like image 76
Satish Avatar answered Oct 25 '22 02:10

Satish


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.

like image 1
appmobiles.tk Avatar answered Oct 25 '22 00:10

appmobiles.tk