본문 바로가기
모바일개발(Mobile Dev)/안드로이드개발(Android)

Emulator cpu acceleration status : Hax kernel module is not installed

by 테크한스 2016. 3. 16.
반응형
HAXM = Hardware_Accelerated_Execution_Manager
HAX는 CPU의 인텔가상화 기술을 이용해서 에뮬레이터 속도를 빠르게 해주는 것인데 아래처럼 에러가 나면서 실행이 안되는 경우가 있다. (참고로 제니모션 만큼 속도가 나온다)

HAX is not working and emulator runs in emulation mode 

이런 경우에는 SDK Manager에서 Extras  - Intel x86 Emulator Accelerator (HAXM installer) 를 설치하면 된다.


이렇게 설치했는데도 불구하고 또 아래와 같은 에러가 발생한다면..

emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!

위와 같은 에러가 발생했다면...

해결방법
{ANDROID_SDK_HOME}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe 를 관리자 권한으로 실


반응형