How to imitate Android with Xamarin in Azure VM?

I struggled to run a Xamarin project on an Azure VM with Visual Studio 2015 and Xamarin. The error he gives me is:

The Virtual Machine Management Service failed to start the virtual machine 'VS Emulator 5-inch KitKat (4.4) XXHDPI Phone.dawud' because one of the Hyper-V components is not running (Virtual machine ID <id_number>.

I read that I need to enable nested virtualization in Hyper-V, but since this is an Azure machine, I don’t think I can do it.

Do you know what else I can do?

Thank.

+4
source share

Source: https://habr.com/ru/post/1665738/


All Articles