AVD Manager: "no system images installed for this target" with necessitas

3.4k Views Asked by At

I'd like to use necessitas to develop a simply app. When I run the app, the emulator starts and everything works fine. But I want it to start on my Android device (Android Version 4.1.1) which requires to use API Level 16.

Now for some reason I cannot create a AVD with the message "no system images installed for this target". The "OK" but turns grey as soon as I select a API Level higher than 13.

enter image description here

But in the SDK Manager I have selected and installed it I I have seen a corresponding directory.

enter image description here

I have the same problem for API Levels 14,15 and 17.

1

There are 1 best solutions below

0
On

I had the same problem and fixed it by updating SDK to the newest one.

  1. Run "android-sdk/tools/android" from your necessitas (it should open SDK Manager window)
  2. Update "Android SDK Tools"
  3. Re-run "android-sdk/tools/android"
  4. Install "ARM EABI v7a System Image" for API levels 14,15,17