Can I run the emulator without HAXM

I'm creating android app. My computer does not support Intel VT-x. So I'm unable to Install HAXM.exe on my system and unable to run my app.

What would be best way to proceed further?
How can i run the emulator without HAXM.exe installed in my laptop?

3 Answers

The default software emulator runs with or without HAXM. Intel HAXM just adds hardware capabilities to speed up the emulation.

You can download and use ARM images if you want to run emulator without HAXM.

2

I've got the same problem. It seems that the emulator from Android SDK Tools 23.0.5 requires hardware acceleration, regardless if you choose it or not.

They say that GENYMOTION wouldn`t help either, because it also needs hardware acceleration. The option is to build and emulate for ARM.

More details here:

You Might Also Like