0

My Android Studio emulator is running in emulation mode instead of HAXM even though RAM size in AVD and HAXM is same (1 GB). Here is a screenshot showing my situation:

Android Studio screenshot showing AVD

Can someone explain how to make sure my emulator is running in the correct/best mode?

Paul Ratazzi
  • 6,289
  • 3
  • 38
  • 50
Aliza
  • 1
  • 2

1 Answers1

0

HAXM stands for Hardware Accelerated eXecution Manager. It's a technology that enables your Android Virtual Device (AVD), an emulator, to run faster under Windows. It does not change the fact that the AVD is an emulator (vs. a virtual machine like Genymotion or Android-x86).

From the log messages in your image attachment, it looks like you are all set. I see "HAXM is working..." there and I also see the AVD all booted up and good to go.

Paul Ratazzi
  • 6,289
  • 3
  • 38
  • 50