안드로이드 스튜디오 에뮬레이터 실행시 발생할 수 있는 오류
Emulator: VK_VERSION_1_1 check failed: vkCreateDescriptorUpdateTemplate not found
Emulator: VK_VERSION_1_1 check failed: vkDestroyDescriptorUpdateTemplate not found
Emulator: VK_VERSION_1_1 check failed: vkUpdateDescriptorSetWithTemplate not found
Emulator: VK_VERSION_1_1 check failed: vkGetDescriptorSetLayoutSupport not found
Emulator: createOrGetGlobalVkEmulation: Warning: Vulkan 1.1 APIs missing from device
Emulator: Process finished with exit code -1073741819 (0xC0000005)
emulator: createorgetglobalvkemulation: warning: vulkan 1.1 apis missing from device
결과적으로 안드로이드 스튜디오 에뮬레이터가 실행이 안되는 현상 발생
원인
그래픽 카드를 바꾸거나 드라이버를 업데이트 한 이후에 Vulkan 기능과 안드로이드 스튜디오 에뮬레이터가 충돌이 일어나 생기는 오류
해결 방법
C:\Users\사용자\.android 에 아래의 내용을 복사해서 파일로 만들면 에뮬레이터가 정상 실행됩니다.
파일명 : advancedFeatures.ini
내용 :
Vulkan = on
GLDirectMem = on
귀찮으신 분들을 위해 첨부파일로 만들어 두었으니 다운로드 하셔서 폴더에 넣으시면됩니다.