막무가내 삽질 블로그
error : Unable to add window -- token null is not valid; is your activity running 본문
Android
error : Unable to add window -- token null is not valid; is your activity running
joong~ 2019. 9. 19. 22:20728x90
dialog 생성시 context 에 getApplicationContext() 로 사용해서 나는 오류
AlertDialog.Builder builder = new AlertDialog.Builder(액티비티이름.this);
끝
'Android' 카테고리의 다른 글
안드로이드 MVP 디자인패턴 간단한 정리 (0) | 2019.12.01 |
---|---|
WindowManager: android.view.WindowLeaked (0) | 2019.12.01 |
error code : You need to use a Theme.AppCompat theme (or descendant) with this activity (0) | 2019.09.19 |
android github file upload, 안드로이드 코드 깃허브에 업로드 (0) | 2019.09.14 |
FragmentPagerAdapter 와 FragmentStatePagerAdapter 의 차이 (0) | 2019.09.13 |
Comments