Android emulator and nested virtualization
问题 I have a problem. I use hyper-v virtual machine to isolate development process. I use windows 10 on virtual machine. But I can't install hypervisor on my virtual machine. How I can debug xamarin.forms application without hyper-v? Thanks. QUICK ANSWER : YES. It isn't possible. Nesting hyper-v works. VM should not have dynamic RAM. Should be static. You should enable nested virtualization by the following command in Powershell: Set-VMProcessor -VMName -ExposeVirtualizationExtensions $true See