4

I have installed Android Studio in Windows 2012 Server machine on Google Cloud. But, I cannot run Emulator on it. It shows the below error.

"HAXM doesn't support nested virtual machines"

GalloCedrone
  • 4,869
  • 3
  • 25
  • 41
Yesudass Moses
  • 1,841
  • 3
  • 27
  • 63

1 Answers1

5

Consider that nested virtualisation is not enabled out of the box for Compute Engine instances. Therefore you need to enable it manually, however it is not available yet for Windows instances as you can check in the documentation page:

Nested virtualization does not currently support Windows instances.

Oliver
  • 27,510
  • 9
  • 72
  • 103
GalloCedrone
  • 4,869
  • 3
  • 25
  • 41
  • Is it supported in Ubuntu instances ? – Yesudass Moses Apr 03 '18 at 08:42
  • 1
    Yes, quoting again from the documentation `Nested virtualization is only supported for KVM-based hypervisors running on Linux instances. ESX and Xen hypervisors are not supported.` Therefore I do not see any reason why it shouldn't work for Ubuntu. However consider that it is still a Beta feature and it is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes. – GalloCedrone Apr 03 '18 at 08:46