java.lang.IllegalStateException: No activity

前端 未结 5 918
自闭症患者
自闭症患者 2020-12-09 19:53

I\'m building an Android app for which I\'d like my first activity to be composed of 2 tabs, one for the user\'s profile, and one for the friends\' activity. For these tabs,

5条回答
  •  失恋的感觉
    2020-12-09 20:39

    In my case I using a splash screen and I have had MainLauncher = true in the MainActivity.

提交回复
热议问题