token null is not for an application
token null is not for an application
android.view.WindowManager$BadTokenException:
Unable to add window -- token null is not for an application
AlertDialog.Builder alertDialog = new AlertDialog.Builder(getApplicationContext()); AlertDialog.Builder alertDialog = new AlertDialog.Builder(ListViewActivity.this);
AlertDialog생성시에 getApplicationContext() 대신에 ActivityClass명.this로 하면 해결된다.
.'Android > TroubleShooting' 카테고리의 다른 글
지오코딩 (0) | 2016.06.04 |
---|---|
KT 안드로이드 어플 등록 패키징 실패 (0) | 2016.06.04 |
앱스프레소 특징 (0) | 2016.06.04 |
APKTOOL 사용 방법 (0) | 2016.06.04 |
웹뷰 html 소스 로드 (0) | 2016.06.04 |