16
অ্যান্ড্রয়েড 1.6: "android.view.WindowManager $ BadTokenException: উইন্ডো যুক্ত করতে অক্ষম - টোকেন নাল অ্যাপ্লিকেশনটির জন্য নয়"
আমি একটি ডায়লগ উইন্ডো খোলার চেষ্টা করছি, তবে যতবারই এটি খোলার চেষ্টা করব তখনই এই ব্যতিক্রমটি ছুঁড়ে ফেলা হবে: Uncaught handler: thread main exiting due to uncaught exception android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application at android.view.ViewRoot.setView(ViewRoot.java:460) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:177) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:91) at android.app.Dialog.show(Dialog.java:238) at …