Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVD Manager - No system image installed for this target [duplicate]

Tags:

android

Possible Duplicate:
Unable to create Android Virtual Device

The CPU/ABI field in Android New AVD popup window shows "No system image installed for this target".

How do I fix this?

like image 640
Shatling Avatar asked Nov 30 '12 17:11

Shatling


People also ask

Why AVD Manager is not working?

SDK Build Tools are not installed If it fails then you may have to install it again. You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager.


1 Answers

Open your Android SDK Manager and ensure that you download/install a system image for the API level you are developing with.

like image 53
Ralgha Avatar answered Sep 22 '22 10:09

Ralgha