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

来源:互联网 发布:詹姆斯目前数据 编辑:程序博客网 时间:2024/05/16 17:19

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

此情况出现在android不同版本上。

项目开始在4.0.1版本上运行没问题,后来在2.3.4版本上测试报出这个异常。异常是由点击spinner弹出框时抛出的。

由于我的spinner是通过


 just replace that with the version below, since you're launching the AlertDialog from anActivity

 

具体:http://www.verydemo.com/demo_c131_i140095.html

0 0