728x90
반응형
오류 : WindowManager$BadTokenExceptionWindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
AlertDialog.Builder builder = new AlertDialog.Builder(getApplicationContext());
수정
getApplicationContext > 클래스
AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this);
728x90
반응형
'안드로이드' 카테고리의 다른 글
[안드로이드스튜디오] Internal error (0) | 2022.03.18 |
---|---|
커스텀 캘린더뷰 1~4 동영상 (0) | 2021.08.15 |
[안드로이드] 화면 해상도 가져오기 (0) | 2020.12.05 |
안드로이드 핸들러 사용방법과 액티비티 시작하기 (0) | 2020.10.24 |
안드로이드 커스텀 캘린더 사용하기 ( 4 - 특정 날짜에 점을 표시하기 ) (3) | 2020.08.13 |