简体   繁体   中英

Install Android Studio on Azure VM

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.

This document will help.

In short you will need to have nested virtualization enabled:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM