Software Archive
Read-only legacy content
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discusiones

HAXM OS X Yosemite support?

Long_N_
Principiante
1.557 Vistas

Hi,

I know Yosemite is still in beta but just wonder if compiling haxm kext on Yosemite could be easily done.

Thanks,

0 kudos
1 Solución
Victor_A_
Principiante
1.557 Vistas

In case anyone else is running into the same issues, a thread on reddit has a working solution. Link: http://www.reddit.com/r/androiddev/comments/2bujz2/using_intel_haxm_technology_on_mac_osx_1010/

Basically, this is a "simple" signing issue with HAXM. By allowing unsigned kernel extensions to load, you can use HAXM on Yosemite before Intel releases an update. Of course, this is ... not necessarily a good idea in the long-term.

  $ sudo nvram boot-args="kext-dev-mode=1"

Reboot and HAXM will work.

Ver la solución en mensaje original publicado

5 Respuestas
Joshua_B_Intel
Empleados
1.557 Vistas

Hi Long-

I checked with the HAXM team, and they are looking into OS X Yosemite compatibility. Given developer NDAs, we likely won't be able to share anything until Yosemite is released, but we'll post an update on the HAXM page as soon as there's anything to share. 

In the mean time, you could go ahead and try HAXM on Yosemite, and let us know if you experience any issues. Thanks!

Josh Bancroft -- Community Manager, Android

Long_N_
Principiante
1.557 Vistas

Hi Josh,

Thanks for your quick response. I tried HAXM on Yosemite but it doesn't work. The system couldn't load haxm kext.

Not sure about OS X Yosemite DNAs but any progress on Yosemite compatibility?

Thanks,

Long

 

 

Joshua_B_Intel
Empleados
1.557 Vistas

There won't likely be any news we can share until Yosemite is released (or until there's an update to HAXM). Keep an eye on the HAXM download page on software.intel.com for any updates. I'll try to remember to update this thread when a new version is available.

Victor_A_
Principiante
1.558 Vistas

In case anyone else is running into the same issues, a thread on reddit has a working solution. Link: http://www.reddit.com/r/androiddev/comments/2bujz2/using_intel_haxm_technology_on_mac_osx_1010/

Basically, this is a "simple" signing issue with HAXM. By allowing unsigned kernel extensions to load, you can use HAXM on Yosemite before Intel releases an update. Of course, this is ... not necessarily a good idea in the long-term.

  $ sudo nvram boot-args="kext-dev-mode=1"

Reboot and HAXM will work.

gaston-hillar
Colaborador Valioso I
1.557 Vistas

It is not a good idea to run that sudo command that allows unsigned kernel extensions to load.

 

 

Luckily, Intel has already released an updated version that works OK with Yosemite.

You can download it here

The update isn't available through the Android SDK manager. Just download it and reinstall HAXM. It works OK with the latest Yosemite update and you don't have to allow unsigned kernel extensions on your computer. :)

Cheers,

Gaston Hillar

Responder