Flutter

the selected avd is currently running in the emulator. 오류 해결

reumiii 2023. 3. 3. 21:23

안드로이드 스튜디오에서 에뮬레이터 수정하려고 하는데

계속 the selected avd is currently running in the emulator. please exit the emulator instance 이런 경고창이 뜨고

수정이나 삭제를 진행할 수 없었다.

 

이런 경우,

작업 관리자에서 qemu-system-x86_64.exe 삭제하니 해결되었다.

 

 

처음에는

C:\Users\사용자이름\.android\avd 폴더에서 해당 에뮬레이터로 들어가서

lock 파일을 삭제하려고 했지만,

실행중이여서 삭제를 할 수 없었다.

 

그래서 작업관리자에서 삭제함!