Can I run an emulator without HAXM in Android Studio?

后端 未结 2 1811
醉梦人生
醉梦人生 2020-12-13 13:18

In Eclipse I can run an emulator without HAXM but when I want to run the emulator without HAXM in Android Studio, I get an error intel haxm i

相关标签:
2条回答
  • 2020-12-13 13:49

    The Android emulator is independent from Android Studio and Eclipse.

    HAXM is Intel's virtualization extension for Android Emulator on x86. You can use an emulator with the ARM image instead of HAXM provided that you installed it in the SDK manager.

    Check your SDK manager to see if you have an ARM image instead for the API level you want, then go to the AVD manager and make a virtual device using ARM as the cpu.

    0 讨论(0)
  • 2020-12-13 13:49

    Check your processor if its is Arm.download system image for arm in sdk manager

    0 讨论(0)
提交回复
热议问题