Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load Android emulator in Android studio

I am getting this error while creating Android virtual device in Android Studio. please help me to solve this. please find the screenshot in this link http://i.stack.imgur.com/C8ysZ.png

like image 462
Yosuva Arulanthu Avatar asked Jul 21 '15 17:07

Yosuva Arulanthu


1 Answers

The reason is that chosen Device Android API Version is supposed to be installed in Android Studio, as you can see from AVD Manager. But in SDK Manager it is not installed.

Dowload and install it in SDK Manager first, then create device with this API version.

like image 80
Zon Avatar answered Oct 12 '22 15:10

Zon