I am using macbook air. I am trying to use Intel HAXM to speed up the Android emulator. I installed Intel HAXM successfully without any errors. After installation, I ran the following command:
kextstat | grep intel
and got the following result:
131 0 0xffffff7f82319000 0x11000 0x11000 com.intel.kext.intelhaxm (1.0.8) <7 5 4 3 1>
Now, if I try to run it, I get an error.
Run command: sudo kextload -b com.intel.kext.intelhaxm
I get the following error:
/Users/farhadrubel/–b failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
/Users/farhadrubel/com.intel.kext.intelhaxm failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
Can anyone tell me how I can solve this problem and integrate the accelerator with the Android emulator?
source
share