Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"No system images installed for this target" even though Image is installed

SDK Manager

So I'm trying to create an AVD Simulator, and I keep getting the "No system images installed for this target" error when trying to create a 4.2.2 system even though the image is installed (See picture of SDK Manager).

My system is x64, does that make a difference?

Eclipse Error

like image 291
Harel Lichtenstein Avatar asked Apr 08 '13 18:04

Harel Lichtenstein


People also ask

How do I remove system image?

The Process is relatively simple and is as follows: Select the image from Android SDK Manager. Remove the unnecessary system image by selecting the image and then clicking Delete package. Install your image of choice.


2 Answers

After SDK Update I had the same problems with API Level 19 and in my case restarting eclipse didn't solve it.

For some reason, in the sdk/system-images/android-19 directory, sub-folders with system images (armeabi-v7a and x86) were placed within "default" directory. I just moved them into android-19 directory (if eclipse is running at the same time, you will have to restart it).

like image 54
mrak Avatar answered Sep 29 '22 03:09

mrak


You just need to restart the tools. I have seen this bug before. The appropriate installed images will show up after the restart.

You can also try to refresh within the 'Packages' menu, but the easiest thing, is to restart the tools.

like image 34
Booger Avatar answered Sep 29 '22 03:09

Booger