1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$ kextstat | grep intel
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
212 0 0xffffff7f97224000 0x1f000 0x1f000 com.intel.kext.intelhaxm (7.6.5) 9C4BE7CB-745A-326F-81FF-6D7D61B68F87 <9 7 6 3 1>
$ sudo kextunload -b com.intel.kext.intelhaxm
Password:
Executing: /usr/bin/kmutil unload -b com.intel.kext.intelhaxm
$ sudo /Library/Extensions/intelhaxm.kext/Contents/Resources/uninstall.sh
This will remove Intel(R) HAXM from your computer.
Important: Removing Intel HAXM will disable acceleration of all Intel(R) x86
Android emulators. Your Android Virtual Devices will continue to function, but
will no longer be accelerated.
Installing Intel HAXM again will re-enable Android emulator acceleration.
Warning: Please close all instances of the Android x86 emulator before
proceeding.
Do you wish to uninstall Intel HAXM (y/n)? y
Removing Intel HAXM files
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Intel HAXM. Kext has already been unloaded, will continue uninstalling
Intel HAXM has been successfully uninstalled
$ kextstat | grep intel
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
|