검색결과 리스트
글
프로그램/Android
2013. 3. 12. 13:22
안드로이드 에러 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에 activityName.this를 넣어서 사용하면 된다.
'프로그램 > Android' 카테고리의 다른 글
안드로이드 엑티비티, 엑티비티가 아닌곳에 클릭 리스너 넣기 (0) | 2013.03.14 |
---|---|
안드로이드 다이얼로그 AlertDialog.Builder (0) | 2013.03.12 |
안드로이드 토스트 연속 출력 및 위치 지정하기 (0) | 2013.03.12 |
디버깅빠르게 하기 aapt (0) | 2013.03.12 |
안드로이드 엑티비티 투명 , android activity Dim (0) | 2013.03.12 |
RECENT COMMENT