ERROR: x86 emulation currently requires hardware acceleration! (Android Studio)

喜你入骨 提交于 2019-11-28 11:32:57
Saif Kabir Asif

I was having the same issue. Doing the following steps solved the issue.

  1. Check if Virtualization is enabled under BIOS. If not, do so. It is usually under CPU settings.

  2. In Android studio, check that under SDK_Manager>Android_SDK>SDK Tools> Intel x86 Emulator Accelerator (HAXM installer) is checked. If not,check it and press OK. It will install HAXM.

  3. If the problem still persists (Which is the usual case for latest Windows 10 updates), on windows control panel search for Turn Windows features on or off. Put check in Window HyperVisor Platform as below.

Now, run AVD and it should work.

I had the same problem and found out that you need to enable hardware acceleration in the BIOS.

for anyone else having this exact issue i was able to solve this issue by

  1. uninstalling intel Haxm
  2. enable virtualization in BIOS
  3. enable NX/ND bit or execute disable feature in BIOS
  4. re-installing intel Haxm

Try to update your HAXM from SDK manager, i attach my settings for Android Studio 3.1.2 here:

And, remember that you should have installed the correct Android Studio, i.e. 32-bit or 64-bit according to your computer.

---- Edit ----

If still got problems, try the steps here: https://stackoverflow.com/a/31458503/8034839

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