증상
코드에는 오류가 없었느나 토스트 메시지가 에뮬레이터 상에서 표시가 안되었다.
에러 메시지
없음
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
안드로이드스튜디오 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
'Android(Kotlin)' 카테고리의 다른 글
[Kotlin][Android] 리스트뷰 커스텀 어뎁터 사용하는 법(ListView Custom Adapter ) (0) | 2022.02.23 |
---|---|
[Kotlin][Android] ListView 사용하는 방법 (0) | 2022.02.23 |
[Android] This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints (0) | 2022.02.23 |
[Android] 안드로이드 에뮬레이터 뒤로가기 안보임 (0) | 2022.02.23 |
[Android] 이미지 버튼이 보라색에서 안 바뀔 때 해결 방법 (0) | 2022.02.22 |