Issue with displaying TabHost Layout in new Intent

后端 未结 9 2046
悲哀的现实
悲哀的现实 2021-01-20 21:05

I am having an issue with using TabHost in a new Intent of type TabActivity which I hope you can point me in the right direction. Funnily it works fine when I try to view it

9条回答
  •  情歌与酒
    2021-01-20 21:48

    I had the same problem. Luckily there was a quick fix:

    1. Delete the R file.
    2. Wait for your IDE to generate the file.
    3. Profit!

提交回复
热议问题