Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way, that I can make Android Emulator run on Azure Virtual Machine?

I installed Android Studio on Azure VM and installed all the prerequisites. When I try to run the emulator, I get the following error

enter image description here

When I try to install HAXM, I get the following error:

enter image description here

I checked that my Azure VM runs on AMD Processor. Is there any way, that I can make Android Emulator run on Azure Virtual Machine?

like image 834
Rohit Jain Avatar asked May 12 '15 12:05

Rohit Jain


1 Answers

Something that requires virtualization isn't going to run in an Azure VM (which is already virtualized). Same thing with, say, WP8 emulator (see this question, with the same answer).

EDIT - As of mid-2017, there are now VMs that support nested virtualization (Dv3 and Ev3 series, for now). See this post for more information.

like image 163
David Makogon Avatar answered Nov 15 '22 21:11

David Makogon