0

Sorry my bad English.

I installed Android Studio 2.0, and I have problems with the emulator.

When I launch the emulator that I used with Android Studio 1.5.1 appears the windows [A], the emulator is slow as before but the app works; when in fact I launch a NEW emulator appears to me the window [B], and then appears no emulator.

WHAT IS HAXM?

How should I do to have a fast emulator? Regards.

user3106572
  • 101
  • 1
  • 1
  • 3
  • Images: [A] https://www.dropbox.com/s/vs5scdlfoawve98/HAXM%20A.png?dl=0 [B] https://www.dropbox.com/s/px5amdbnqtbwsvm/HAXM%20B.png?dl=0 – user3106572 Apr 10 '16 at 06:46

2 Answers2

0

Genymotion makes a pretty good emulator in my opinion. It's way faster than the android studio emulator. Give it a try!

Chad Lewis
  • 131
  • 10
0

Well don't worry about it. first of all HAXM is a software which makes hardware based virtualization. in simple words it uses your hardware resources to make a virtual device like android device you are talking about.

if you don't have a HAXM software download it and install it and then check if virtualization is enabled or supported in your BIOS settings. press esc or delete whatever the key is to go into bios settings of your computer while computer first starts up. very similar like below. enter image description here

go to Advanced Bios Features

then look for virtualization if its disabled then enable it otherwise its good to go. enter image description here

so if you are done with HAXM lets come back to the android studio and start android device manager or AVD and follow the tutorial from android developers page its already answered here. And android emulators are fast now from android studio 2.0 don't worry about it otherwise you can download Genymotion or bluestack

happy coding.

vikas kumar
  • 10,447
  • 2
  • 46
  • 52