Is there any way, that I can make Android Emulator run on Azure Virtual Machine?

后端 未结 5 2104
迷失自我
迷失自我 2020-12-20 17:27

I installed Android Studio on Azure VM and installed all the prerequisites. When I try to run the emulator, I get the following error

5条回答
  •  一生所求
    2020-12-20 17:47

    As of mid-2017, there are now VMs that support nested virtualization (Dv3 and Ev3 series, for now). Still, I couldn't run the Android virtual device(AVD) created in the android studio. But, below solution worked for me:

    1. Check if Azure VM supports nested virtualization.
    2. Enable hyper-v in VM as mentioned here 1.
    3. Use Visual Studio Emulator. Visual studio emulator definitely works on azure VM.

提交回复
热议问题