Android 'Unable to add window — token null is not for an application' exception

后端 未结 11 2123
名媛妹妹
名媛妹妹 2020-11-28 05:58

I get the following Android exception when I try to open a dialog. Can someone please help me understand what is going on and how can I fix this problem?

and         


        
11条回答
  •  猫巷女王i
    2020-11-28 06:31

    Try getParent() at the argument place of context like new AlertDialog.Builder(getParent()); Hope it will work, it worked for me.

提交回复
热议问题