39

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 is required to run this avd

Can I run the emulator without HAXM in Android Studio for a device not supporting it? And how?

Update 1:

enter image description here

Shirish Herwade
  • 11,461
  • 20
  • 72
  • 111
Death Programmer
  • 896
  • 2
  • 11
  • 28

3 Answers3

50

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.

Timothy Winters
  • 5,481
  • 1
  • 15
  • 18
1

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

0

For some processors, if you enable virtualization you should be able to run the android studio emulator without installing HAXM - for example on AMD you need to enable SVM mode