Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System image arm eabi v7a of Android 4.4(API 20) is not noticed

Tags:

sdk

I was trying to set up the environment to develop and debug a simple android app with the use of Android Virtual Device Manager. I had followed all the steps from google's website. Moving to the next step, as I had selected the target to be 'Android 4.4W - API Level 20' details in the wizard 'create new android virtual device(AVD)', the CPU/ABI field was grayed out saying 'No system image installed for this target'.

I had opened ANdroid SDK Manager to check if the mentioned target is holding a valid system image.

It had been updated with the latest packages from the respective repositories while contacting few of the repositories was a failure.

In the end, I had a surprise that my Android 4.4W (API 20) is not having its respective system image installed.

When I actually checked the folders that I had downloaded, I couldn't also notice the System Images sub folder under the SDK folder.

Can someone please help me out with this?

like image 871
Raviteja S Avatar asked Jun 30 '14 13:06

Raviteja S


1 Answers

Start up Android SDK manager. Under "Android 4.4W (API20), make sure "sources for android sdk" is installed. If not, check the box and installed.

P.S. - I had the same problem.

like image 101
Joel Avatar answered Jan 02 '23 08:01

Joel