kingsley1212的博客再加载activity的时候根据字段要弹出popwindow 然后报错如下 Unable to add window -- token null is not valid; is your activity running? 问题所在是activity还没有走完生命周期, 解决方法是 //title可以是该...
徐慧琳的博客image.pngCaused by: android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@2c888438 is not valid; is your activity running?按照字面上意思是:你的activity...