상세 컨텐츠

본문 제목

[android] AMD CPU에서 android emulator 설치시 4294967201 오류 해결하기

IT/프로그래밍

by James Lee. 2020. 6. 7. 13:52

본문

 

개발환경

 

 

문제

 

Android Studio에서 Android Emulator를 설치하려고 했다. 

 

그런데 아래와 같은 에러 메시지가 발생했다.

 

정확한 에러 메세지는 이렇다.

[SC] DeleteService 성공
[SC] 4294967201 오류가 발생하여 StartService이(가) 실패했습니다.
Android Emulator Hypervisor Driver for AMD Processors installation failed. To install Android Emulator Hypervisor Driver for AMD Processors follow the instructions found at: https://github.com/google/android-emulator-hypervisor-driver-for-amd-processors
Done

 

AMD CPU에서 가상화 관련하여 발생하는 문제인 듯하다.

 

 

해결 방법

 

스택오버플로우 글과 Github Issue를 참고해서 해결했다.

 

1. Window 가상화 관련 옵션 끄기

 

제어판 -> 프로그램 -> Windows 기능 켜기/끄기로 가서

화살표 표시한 부분을 전부 체크 해제한다.

 

2. AMD Bios 가상화 설정

 

이 글의 내용을 따라 한다. 

 

 

관련글 더보기

댓글 영역