본문 바로가기

Android(Kotlin)

[Android] 토스트 메시지 안뜰때 (부제 : The selected AVD is currently running in the Emulator. Please exit the emulator instance and try wiping again.)

증상

 

코드에는 오류가 없었느나 토스트 메시지가 에뮬레이터 상에서 표시가 안되었다.

 

에러 메시지

 

없음 

The selected AVD is currently running in the Emulator. Please exit the emulator instance and try wiping again.

 

해결

 

 

이렇게 하면 된다고 하는데

 

The selected AVD is currently running in the Emulator. Please exit the emulator instance and try wiping again.

안된다.

다른 글을 참고하여

*.lock 파일을 삭제해주자.

 

뭐 실행중이다 이런 말이 떠서 안드로이드 스튜디오를 종료시켜주고 다시 실행 하여 Wipe Data 를 실행하였더니 되었다.

 

 

해결하였다!

 

 

 

 

www.youtube.com/watch?v=ZK3_ib-g_no

https://kpage.tistory.com/221

 

안드로이드스튜디오 Toast 메시지 안뜰 때

코드는 제대로 작성하였으나 갑자기 애뮬레이터 상에서 토스트 메시지가 뜨지 않을때 다음과 같이 수행하면 문제가 해결 되었음 AVD Manager -> 가상머신 선택 -> WipeData 를 클릭 www.youtube.com/watch?v=ZK

kpage.tistory.com

https://stackoverflow.com/questions/27005819/cant-delete-avd-from-avd-manager-in-android-studio

 

Can't Delete AVD from AVD Manager in Android Studio

I am running Android Studio on OS X Yosemite. I am trying to simply delete an AVD from Android Studio AVD Manager. Every time I attempt to delete it I get the message "The selected AVD is currently

stackoverflow.com