Fragment null must be a public static class to be properly recreated from instance state

前端 未结 3 1920
渐次进展
渐次进展 2020-12-12 02:47

I am not able to figure out why my app crashes when getSupportFragmentManager() is called.I have used similar code in other apps to create alert dialogs without any issues.p

3条回答
  •  余生分开走
    2020-12-12 02:58

    I know you have done this step but just asking did you tried to rebuild your APK?because if this code works in other applications then their must be some .classes issue.

提交回复
热议问题