0

I use VSCode for Flutter. When start debugging I get this error:

Failed to launch pixel: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAXM is not installed on this machine

and C:\user(Username)\AppData\Local\Android\Sdk\extra\intel

I found out intelhaxm-android.exe but it can't install.

What should I do?

Cindy Meister
  • 25,071
  • 21
  • 34
  • 43
  • what version of android did you install? There was a problem with latest versions. – Zhangir Siranov Sep 01 '19 at 11:26
  • after ask this question, I can fix it! Thank you for your answer. First, In BIOS mode, I turned on VT-X. Second, In Windows Features On or Off, I turned off Hyper-V. And then, I re-installed haxm. – Song-i CHEON Sep 01 '19 at 11:57

1 Answers1

0

You'll have to install it through Android Studio SDK Manager.
You can as well follow the instructions here to see if it fixes your issue.

Akora Ing. DKB
  • 1,025
  • 6
  • 11
  • after ask this question, I can fix it! Thank you for your answer. First, In BIOS mode, I turned on VT-X. Second, In Windows Features On or Off, I turned off Hyper-V. And then, I re-installed haxm. – Song-i CHEON Sep 01 '19 at 11:55