본문 바로가기

소프트웨어/안드로이드

[Android] AVD 실행 안되는 경우

지금까지 에뮬레이터를 잘 쓰다가 API 29 에뮬레이터를 생성해서 실행시키려니 아래와 같은 문제가 발생하였습니다.

 

error while loading state for instance 0x0 of device 'goldfish_pipe'

 

오후 4:11	Emulator: C:\Users\oysu\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: error while loading state for instance 0x0 of device 'goldfish_pipe'

오후 4:11	Emulator: deleteSnapshot: for default_boot

오후 4:11	Emulator: Process finished with exit code 0

 

 

 

 

이 경우에는 HAXM을 업데이트 하라는 얘기가 있어서 SDK에서 업데이트를 해주었습니다.

stackoverflow.com/questions/55969519/can-not-run-my-app-on-emulator-error-while-loading-state-for-instance-0x0-of-d

 

 

 

 

이 당시 HAXM 버전은 7.3.2였으며 2020-09-07 기준 최신 버전은 7.5.6입니다.

 

 

업데이트 성공~

 

 

 

 

잘 되네요!