-2

We are working remotely on client's virtual machine. I keep getting the VT-X/disabling hyper-V error even after doing the needful. So, my question is , is it possible to run emulator, which is itself a VM on another VM? If not, suggest a way to work around this problem. Thanks in advance

SRKprakash
  • 113
  • 2
  • 9

2 Answers2

0

is it possible to run android emulator on client's virtual machine?

I think the problem is not you are working remotely on client's virtual machine, the problem is that your Physical machines turn on the Windows feature : Hyper-V, but when you run an Android Emulator, it needs to disabling the Hyper-V, so it gives the VT-X/disabling hyper-V error.

I have test working remotely on client's virtual machine and turn on the Hyper-V. When I run an Android emulator from Android Studio, it failed and gives me the error message :

enter image description here

To solve this problem, you should turn off your hyper-v and restart the computer. If you cant do this, you could try using Visual Studio Emulator for Android. As the document said :

with Hyper-V compatibility you can run the emulator side-by-side with the Windows Phone Emulator and other Hyper-V VMs

Then, you could run the Android emulator.

Grace Feng
  • 16,564
  • 2
  • 22
  • 45
0

I don't know about what happens in a VM. But, emulator is not possible in nested VM. I found that out while installing android studio when I got the error message explaining the same.

Regarding working emulator with VM, we can go with @Grace Feng

SRKprakash
  • 113
  • 2
  • 9