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

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

    The Android emulator works with the following setup:

    Azure VM: Windows 10 Enterprise N

    Android Studio: 2.3.1

    AVD Manager

    Hardware: Phone -> Nexus 5X
    System Image: Other Images -> Nougat 25 armeabi-v7a [Android 7.1.1]
    

    Start the emulator and wait about 5-10 minutes for the process to complete. Then run your Android app by attaching it to the running emulator. Note that "Apply Changes" (lightning bolt icon) also works for small code changes.

提交回复
热议问题