3

my pc has 8 gb ram, intel i5-4rth gen , 2 gb nividia card. win 7

my emulator of API 21 is very slow and laggy even after installing intel HAXM manually. I have done everything that has been discussed here. please suggest me something.

Zoe
  • 27,060
  • 21
  • 118
  • 148

3 Answers3

5

In my case the problem was Avast's "Hardware assisted Virtualization". When I disabled it by going to Avast>Settings>Troubleshooting>Uncheck "Enable hardware-assisted virtualization" and rebooted the PC emulator became super fast and responsive.

Uncheck "Enable hardware-assisted virtualization" from Avast>Settings>Troubleshooting

Reason: Only one software can use VT-x at a time. This is the reason why we have to disable Hyper-V before using HAXM.

If you are using another anti-virus or some software that is using Hardware virtualization feature, try disabling it.

MushyPeas
  • 2,469
  • 2
  • 31
  • 48
MaulikRaviya
  • 51
  • 1
  • 5
1

I`m have same issue (i5, integrated video, W10x64), and today was found a way to fix: add "-gpu guest" parameter to emulator.exe

Unfortunately, it should be started from a .bat file or command prompt.

Whole launch string look like

emulator @avd_name -accel on -gpu guest

Hope this helps

id3210
  • 81
  • 1
  • 3
0

After the download from the SDK manager you have to launch the IntelHAXM.exe that you can find inside the Android SDK manager folder, precisely in

extras/intel/Hardware_Accelerated_Execution_Manager

Chris
  • 1,692
  • 2
  • 17
  • 21