android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application: [Fail to create update dialog box.]
这个bug遇到过很多次了,但是就是没记住,现在记下了,在windowManager中添加view就可以了,还有一种,就是设置弹出框,需要传入本身的activity.this这个context!
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application: [Fail to create update dialog box.]
这个bug遇到过很多次了,但是就是没记住,现在记下了,在windowManager中添加view就可以了,还有一种,就是设置弹出框,需要传入本身的activity.this这个context!