Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

no cpu/abi system image available for this target

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

like image 828
user3653381 Avatar asked Oct 10 '14 18:10

user3653381


2 Answers

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

like image 151
Josh Avatar answered Oct 23 '22 01:10

Josh


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)

like image 1
Muhammad Omar ElShourbagy Avatar answered Oct 23 '22 02:10

Muhammad Omar ElShourbagy