I'm using macbook air. I'm try to use Intel HAXM to accelerate android emulator. I've installed Intel HAXM successfully without any error. 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 start it, I get error.
Start 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 anybody please tell me, how can I solve this issue and integrate the accelerator with android emulator?