Can I run an emulator without HAXM in Android Studio?
Asked Answered
L

3

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

Leucocratic answered 14/12, 2014 at 16:14 Comment(0)
A
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.

Allocation answered 14/12, 2014 at 17:40 Comment(6)
thank your for answer. question is updated!, i have 2 ARM image 1.ARM EABI v7a System Image and 2.Google API ARM EABI v7a System Image . which one must donwload?Leucocratic
Download the Google API ARM EABI V7A image. It will give you the basic android as well as extras like Google maps.Allocation
After downloading, go to the AVD manager and set up a device using the image you downloaded as the cpuAllocation
Big THX your tipp saved my dayDrislane
Is this answer still valid in late 2020? I tried to apply the recommendation, but as a noob I'm having a hard time finding the ARM imageSpinet
For me, choosing ARM image for an AVD does not work without HAXM on FreeBSD. Apparently it's required...Deciliter
S
1

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

Succentor answered 20/11, 2015 at 7:15 Comment(0)
H
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

Homochromatic answered 17/12, 2022 at 16:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.