intel / haxm

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
BSD 3-Clause "New" or "Revised" License
3.22k stars 875 forks source link

Cannot install manually HAXM in MacOS Catalina 10,15 #426

Open tiavina-mika opened 2 years ago

tiavina-mika commented 2 years ago

Describe the Bug

Summary:

Host Environment

Guest Environment

To Reproduce

Steps to reproduce the behavior:

  1. Download the file here https://github.com/intel/haxm/releases
  2. Decompress the zip file
  3. Open the DMG file, then run the installer (mpkg) contained inside.
  4. Launch the mpkg file

Expected Behavior Should display the welcome screen

Reproducibility

100%

Diagnostic Information

Screenshots: Capture d’écran 2021-12-24 à 12 52 52

Additional context

None

wcwang commented 2 years ago

Thanks for your feedback. HAXM can only support up to macOS 10.14 as Apple introduced the new System Extensions mechanism for kernel driver.

nevilad commented 2 years ago

I think Intel should ask Apple to whitelist HAXM kext by default, HAXM needs to be a kernel extension.

tiavina-mika commented 2 years ago

@wcwang so is there any solution or alternative for the recent macOS versions?

wcwang commented 2 years ago

You may try to create or edit the configuration file ~/.android/advancedFeatures.ini and put the text HVF = on in it to enable HVF hypervisor. Thanks.