Failed to update Intel HAXM - HAXM 설치시 에러
CODEDRAGON ㆍDevelopment/Android
반응형
에러메시지
HAXM 설치시 에러 설치시 아래와 같이 에러가 나면 아래의 링크를 통해 해결합니다.
Failed to update Intel HAXM
Android SDK is up to date. Running Intel® HAXM installer Failed to update Intel HAXM. For details, please check the installation log: "C:\Users\prons\AppData\Local\Temp\haxm_log428.txt" HAXM installation failed. To install HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows Installer log is located at C:\Users\codedragon\AppData\Local\Temp\haxm_log428.txt Installer log contents: === Logging started: 2018-09-19 5:57:31 === This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. Please ensure Hyper-V is disabled in Windows Features, or refer to the Intel HAXM documentation for more information. === Logging stopped: 2018-09-19 5:57:32 === Done |
|
|
해결방법
윈도우 가상화, Docker등을 사용하고 있다면 Hyper-V가 활성화되어져 있습니다. 이를 비활성해야 합니다.
Step1: Hyper-V - uninstall(삭제하기)
http://codedragon.tistory.com/7820
Step 2: VT-D 비활성화
BIOS 설정에서 VT-D항목을 비활성화(DISABLE)시킵니다.
http://codedragon.tistory.com/7793
'Development > Android' 카테고리의 다른 글
음성 인식(Speech Recognition) (0) | 2018.12.16 |
---|---|
샤오미(Xiaomi) - 개발자 모드, 개발자 옵션 활성화 (0) | 2018.12.05 |
한국어 언어 설정 - AVD26 (가상 애뮬레이터의 언어를 한국어로 설정) (0) | 2018.11.23 |
Android Studio에서 Haxm 설치하기 (0) | 2018.11.17 |
Emulator: emulator: ERROR: x86_64 emulation currently requires hardware acceleration 해결방법 (0) | 2018.11.10 |