Errors
안드로이드 에뮬레이터 실행 오류
jvvp512
2020. 8. 4. 17:34
728x90
오류
다음과 같이 에뮬레이터가 켜지지 않는 오류 발생
Failed to launch Nexus 5X API 29 x86: Error: Emulator didn't connect within 60 seconds
No suitable Android AVD system images are available. You may need to install these using sdkmanager, for example:
sdkmanager "system-images;android-27;google_apis_playstore;x86"
해결방법
Android 8.1 (Oreo) SDK 플랫폼 패키지를 설치합니다.
Tools > SDK Manager > SDK Platforms > Android 8.1 (Oreo)
디바이스를 생성하면서 합니다. (해당 이미지 다운로드)
Tools > AVD Manager > Create Virtual Device > Oreo Download
생성되었습니다.