中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Unable to add window -- token null is not for an application

發布時間:2020-06-12 04:41:37 來源:網絡 閱讀:1494 作者:年少的風 欄目:開發技術

代碼中出現如下錯誤:

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

分析:

問題在于new AlertDialog.Builder(Context),雖然這里的參數是AlertDialog.Builder(Context context)

但我們不能使用getApplicationContext()獲得的Context,而必須使用Activity的Context對象,因為只有一個Activity才能添加一個窗體。  

解決方法:

將new AlertDialog.Builder(Context context)中的參數用Activity的Context對象即可

彈出確認框

    new AlertDialog.Builder(MainActivity.this)
		.setTitle(R.string.confirm_title)
		.setMessage(R.string.confirm_content)
		.setPositiveButton(R.string.confirm_ok, new OnClickListener() {
			@Override
			public void onClick(DialogInterface dialogInterface, int arg1) {
				dialogInterface.dismiss();
				masterClear(getApplicationContext());
			}
		})
		.setNegativeButton(R.string.confirm_cancel, new OnClickListener() {
			@Override
			public void onClick(DialogInterface dialogInterface, int arg1) {
				dialogInterface.cancel();
			}
		}).show();



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

依安县| 清流县| 万安县| 连城县| 咸阳市| 晋中市| 乳山市| 新化县| 西峡县| 普兰县| 修文县| 吉安市| 房产| 仪陇县| 中方县| 来凤县| 阜南县| 海林市| 科技| 神农架林区| 旅游| 松江区| 容城县| 荥经县| 淮北市| 高要市| 台东县| 上犹县| 自治县| 周口市| 石门县| 林周县| 祁连县| 泉州市| 黄山市| 开封县| 嘉善县| 乌鲁木齐市| 忻州市| 竹北市| 晋宁县|