39

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

cheziHoyzer
  • 4,803
  • 12
  • 54
  • 81
  • 2
    did you restart eclipse after you installed the image? do you have Android Studio installed as well? – Emmanuel Sep 03 '13 at 20:38

4 Answers4

19

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

Satish
  • 537
  • 2
  • 9
  • 21
8

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..

1

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
0

open your sdk manager and install - ARM EABI v7a System Image - Intel x86 Atom System Image for each API Level.

quinlan
  • 112
  • 1
  • 7
  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you earn sufficient reputation you will be able to comment on any post. If you have a related but different question, ask a new question referencing this one if it will help provide context. – Rohan Khude Aug 07 '16 at 09:28