0

I am missing the folder Intel in exteras and I have problem with emulator.

I am getting this error

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

Suraj Kumar
  • 5,547
  • 8
  • 20
  • 42
user9123297
  • 99
  • 1
  • 2

1 Answers1

1

Make sure you have installed HAXM installer on your SDKManager :

enter image description here

after you download it and make sure you run the setup located in: "SDK_FOLDER"\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe "

Note: in Android Studio, the command "intelhaxm.exe" has been changed to "intelhaxm-android.exe"

If you get the error "VT not supported" during the installation disable Hyper-V on windows features. You can execute this command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V. You will also need "Virtualization Technology" to be enabled on your BIOS .

mohammadReza Abiri
  • 1,759
  • 1
  • 9
  • 20