no cpu/abi system image available for this target

32,230

Solution 1

The SDK just got dumb, remove the images and reinstall.

Solution 2

As stated by James here:

Simply because CPU/ABI says "No system images installed for this target". You need to install a system images.

In the Android SDK Manager check that you have installed "ARM EABI v7a System Image" (for each Android version from 4.0 and on you have to install a system image to be able to run a virtual device)

Share:
32,230
user3653381
Author by

user3653381

Updated on July 18, 2020

Comments

  • user3653381
    user3653381 almost 4 years

    I'm getting this error when trying to create a virtual device (I'm brand new to android development, following a tutorial to get everything set up).

    Everything I found simply said install the ARM or Intel System Image for the target that you're using.

    I installed both of these for Android 4.4W (API20) and all 3 for Android L (API 20, L Preview) just in case. I also tried having only 1 system image for each installed in case they somehow could interfere with each other, but that didn't work.

    SDK Manager

    AVD

    If anyone has any ideas what else I'm missing, that would be great!

    Thanks