Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can not create an emulator in Android AVD Manager

I am trying to create an Android emulator and when I open the AVD Manager and attempt to create one it keeps saying, "No target selected." Even when I select a target.

http://bit.ly/15vr9fk

like image 627
Zb Fiorito Avatar asked Jul 20 '13 17:07

Zb Fiorito


People also ask

Why is my AVD Manager 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.

Why is Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

Faced the same issue,

I checked the Android SDK Manager and found that ARM EABI v7a System Image what not installed.

enter image description here

After installation I had to restart my Eclipse and then I was able to create a new emulator.

like image 177
Jayamohan Avatar answered Dec 18 '22 03:12

Jayamohan