일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Android
- androidstudio
- bitmap
- BOJ
- Canvas
- CS
- Database
- DBeaver
- DP
- Ecilpse
- Eclipse
- firebase
- git
- github
- GooglePlayServices
- gradle
- IDE
- IntelliJ
- java
- json
- kotlin
- level2
- linux
- mariadb
- MYSQL
- Paint
- permission
- python
- Sorting
- sourcetree
Archives
will come true
[Android] "Waiting For Debugger" 오류 해결, AVD 재부팅 방법 본문
728x90
문제 상황
안드로이드 에뮬레이터(AVD)로 앱 실행 시 아래와 같이 "Wating For Debugger" 창이 뜨면 앱이 실행되지 않는다.
해결
AVD를 재부팅하면 해결된다.
1. AVD 종료
2. [AVD Manager] > 문제가 생긴 AVD의 우측 메뉴에서 [Cold Boot Now] 클릭
3. AVD 재부팅 후, 앱을 실행해보면 제대로 작동될 것이다.
728x90
'Android' 카테고리의 다른 글
[Android] 내장 메모리, 외장 메모리 / 앱별 저장소, 공용 저장소 (0) | 2022.02.22 |
---|---|
[Android/Kotlin] 안드로이드 주소록 앱(Contacts)에서 연락처 상세 정보 가져오기, cursor의 count가 0일 때 or moveToFirst() 실행 안될 때 문제 해결 (0) | 2022.01.27 |
[Android] 안드로이드 URL, URI 정의 (0) | 2022.01.26 |
[Android] ContactContract 연락처 클래스 (0) | 2022.01.26 |
[Android/Kotlin] Activity 실행 후 결과 받기, startActivityForResult() @Deprecated 대안 Activity Result API 사용법 (0) | 2022.01.26 |
Comments