【Flutter】Android studio에서 에뮬레이터를 찾을 수 없는 경우의 대처법

사건



에뮬레이터는 기동되고 있는데, 'Loading...'의 표시가 사라지지 않고, Build 할 수 없는 자체가 발생.

에러의 내용은 이하.
emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature.




해결 방법



사용자의 루트 디렉토리 바로 아래의 '.android/avd/{단말 이름}.avd' 디렉토리의 다음 세 파일을 삭제합니다.
cache.img
hardware-qemu.ini.lock
multiinstance.lock



참고문헌


  • ERROR: Running multiple emulators with the same AVD is an experimental feature for ubuntu in android Studio?
  • 좋은 웹페이지 즐겨찾기