본문 바로가기

Android/에러

안드로이드/Android android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application 에러

안드로이드/Android android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application 에러



안드로이드 프로그래밍 도중에,

 

 android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application



이란 에러가 뜨는 경우가 발생하게 되는데요.!!

문제는 다이얼로그 생성시 context를 getApplicationContext() 넣어서 발생하는 문제 였습니다. 해결방법은 context에 getApplicationContext() 사용하지 마시고, 액티비티명.this를 넣으면 잘 돌아가게 됩니다.





출처 : http://www.androidpub.com/584702