Android Studio - How to Make an Avd with Arm Instead of Haxm

Can I run an emulator without HAXM in Android Studio?

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.

Emulator in Android Studio's AVD won't start correctly

After creating AVD from android studio. Open Command Prompt and execute this command.

C:\Path_to_Android_Sdk\sdk\tools\emulator.exe -netdelay none -netspeed full -avd YOUR_AVD_DEVICE_NAME


Related Topics



Leave a reply



Submit