Reputation: 8315
I try to download Xamarin for emulator Androids devices so I can debug web page on them . by download Visual studio and run Tools/Android/Android SDK Manager
but when I try to run on of the emulator I got :
emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: Please disable Hyper-V before using the Android Emulator. Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot.
I find HAXM in the Android SDK Manger/Extras/intel x86 Emulator Accelerator (HAXM installer)
but next to it I saw "not compatible with Windows"
So How can I install it ?
Upvotes: 0
Views: 3580
Reputation: 8315
After research I solved it.
should disable Hyper-V
on windows 10 ( HAXM want to work exclusively.. ) if it already enabled (example for Dockers )
And I found that can download HAXM from here
: right click on Start/Program and Futures/Turn Window features on of off/Hyper-V
Upvotes: 2