Run Android studio emulator on AMD processor

后端 未结 14 1620
余生分开走
余生分开走 2020-11-28 03:37

Android newbie. My processor is AMD, not Intel, so I can\'t open the emulator in Android studio.

This answer has the comment: \'You can run the ARM (non Intel) emul

14条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 03:58

    The newest version of the Android emulator can be run with Hyper-V instead of Intel HAXM on the Windows 10 1804:

    https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/

    Short version:

    • install Windows Hypervisor Platform feature
    • Update to Android Emulator 27.2.7 or above
    • put WindowsHypervisorPlatform = on into C:\Users\.android\advancedFeatures.ini or start emulator or command line with -feature WindowsHypervisorPlatform

提交回复
热议问题