Android Studio issue with HAXM

自作多情 提交于 2019-12-01 03:08:30

I had the same problem. Every time I ran the emulator I got the same message: Emulator: WARNING: HAXM 6.1.2 is installed. Please install HAXM >= 6.2.1

Emulator was very slow and unresponsive. But Android Studio 3.0 indicated that I'd had the HAXM 6.2.1 installed. HAXM version above 6.2.1 is nonexistent, so I guess it's AS issue. I was able to fix the problem by simply uninstalling the HAXM and installing it again at the path:

Android Studio (3.0) => Tools => Android => SDK manager => SDK tools => Intel x86 Emulator Accelerator (HAXM installer)

Just unchecked that box, hit Apply and AS uninstalled the HAXM. Then clicked the same box and AS installed it again. Emulator is now running smooth and error message disappeared.

Same here but I could fix it to re-install "Intel 86x Emulator Accelerator (HAXM installer) ", simply uncheck the checkbox and click Apply button, then check the box and apply again on SDK Tools window.

For me, re-installing the HAXM didn't work; other problems would consistently crop up. I just uninstalled HAXM (as per other answers) and just left that part disabled. At least I have a running emulator.

I guess that the mac HAXM system is still pretty buggy.

You need to update HAXM.

Open Android Studio

Goto Tools>Android>SDK Manager>SDK Tools

there will be "Intel 86x Emulator Accelerator (HAXM installer) " in list. just update it or Install it.

Answer is for (Android Studio =>3.0)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!