Problem with emulator

Saeed Pooladzadeh 231 Reputation points
2020-12-22T14:19:31.947+00:00

Hello,

Because I was tired of emulator settings, I installed android studio!

When I run the emulator it looks for an accelerator and when I enable HyperV and run the emulator getting this error:

emulator: ERROR: x86 emulation currently requires hardware acceleration!
CPU acceleration status: HAXM is not installed on this machine
More info on configuring VM acceleration on Windows:
https://developer.android.com/studio/run/emulator-acceleration#vm-windows
General information on acceleration: https://developer.android.com/studio/run/emulator-acceleration.
Runtime checks completed
The build has been canceled.

Again I disabled HyperV and try to install HAXM, but in the middle of installation I get this error:

System requirements are not satisfied!

What is wrong and what should I do?

thanks,

Saeed

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,293 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JessieZhang-MSFT 7,706 Reputation points Microsoft Vendor
    2020-12-23T07:09:14.813+00:00

    Hello,

    Welcome to our Microsoft Q&A platform!

    You can check your system have Intel® VT-x Technology, sometime it is easier to make mistake.

    Check your Intel Virtualization Technology state in Task Manager -> Performance -> Virtualization -> Enable or Disable.
    50771-1223.png

    In BIOS model :

    Even if you do this, it maybe still have no effect :

    Config -> CPU -> Intel Virtualization Technology -> Enable

    Enable Virtualization like this :

    Security -> Virtualization -> Intel(R) Virtualization Technology -> Enabled

    If you have turn it on, install the Intel HAXM.

    Of course, even if you have enabled the Virtualization(VT) in BIOS settings, some antivirus options prevent HAXM installation.

    For example: In Avast antivirus under Settings (parametres) tab > Troubleshooting (depannage), you should uncheck "Enable Hardware-assisted Virtualization" ("activer l'assistance a la virtualisation").

    Now restart your computer and re-install the Intel's HAXM .

    For more detail, you can check: https://stackoverflow.com/questions/21635504/error-during-installing-haxm-vt-x-not-working

    Best Regards,

    Jessie Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments