Install Android Studio on Azure VM

1k Views Asked by At

I installed android studio on Azure virtual machine. I have the following error in Virtual Device:

Your CPU does not support VT-x.

If I try to install XAMS I get the following error:

Unable to install Intel® HAXM
Your CPU does not support VT-x.
Unfortunately, your computer does not support hardware accelerated virtualization.

Here are some of your options:

  1. Use a physical device for testing
  2. Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX
  3. Develop on a Linux computer that supports VT-x or SVM
  4. Use an Android Virtual Device based on an ARM system image (This is 10x slower than hardware accelerated virtualization)

Any idea? Thanks in advance. Regards.

1

There are 1 best solutions below

0
On

This document will help.

In short you will need to have nested virtualization enabled:

Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart