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

后端 未结 11 2118
名媛妹妹
名媛妹妹 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条回答
  •  半阙折子戏
    2020-11-28 06:31

    I tried with this in the context field:

    this.getActivity().getParent()
    

    and it works fine for me. This was from a class which extends from "Fragment":

    public class filtro extends Fragment{...
    

提交回复
热议问题