0
由於我的挫折沒有明確的錯誤信息(沒有例外或其他),我想防止有同樣問題的人。AlertDialog.Builder創建不返回
這裏的問題:
AlertDialog.Builder builder = new AlertDialog.Builder(MyActivity);
...
AlertDialog dialog = builder.create(); // <-- does not return!
dialog.show(); // <-- never gets hit
你在裏面AlertDialog.Builder通過什麼()???傳遞活動名稱或getApplicationContext() – VVB
警報對話框中沒有內容? –
對不起,誤會。我剛剛添加了這個問題來幫助其他碰到這個問題的人,因爲我還沒有發現StackOverflow問題。我已經自己回答了。我加了'MyActivity'來清楚 – Boy