-1

In my android-studio when I run emulator :

Emulator: ERROR: x86 emulation currently requires hardware acceleration.

Emulation currently requires hardware acceleration I have window 10 home try all solutions that are given on stack overflow nothing worked. anyone help me in this plz.

shahaf
  • 4,750
  • 2
  • 29
  • 32
  • 5
    Possible duplicate of [Emulator: ERROR: x86 emulation currently requires hardware acceleration](https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration) – A.Najafi Apr 19 '19 at 07:12
  • I tried all this i have enabled intel virtualization technology from bios setting and when i am trying to install intelhaxm-android.exe it is saying this computer does not support intel virtualization technology it is being used by hyper v. – priya kushwah Apr 20 '19 at 08:18

1 Answers1

0

There is two solutions to fix this issue.

  1. Enable Hardware Accelerated from BIOS.

  2. Install Hardware Accelerated in your PC.

    • Go to your sdk path. ..\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\

    • You will have some files here. Just execute intelhaxm-android.exe and install it.

Then just re-start your android studio.

Hope this helps :)

Ajay Mehta
  • 843
  • 5
  • 14
  • i have enabled intel virtualization technology from bios setting and when i am trying to install intelhaxm-android.exe it is saying this computer does not support intel virtualization technology it is being used by hyper v. – priya kushwah Apr 19 '19 at 13:14