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

后端 未结 5 2101
迷失自我
迷失自我 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:57

    If you set the CPU of the emulator to armeabi-v7a it will work (albeit very very slowly). Tested with Rev 25. I assume this works because it doesn't use virtualization, but rather CPU Emulation.

提交回复
热议问题