Android FragmentTabHost : No tab known for tag null

前端 未结 7 461
悲&欢浪女
悲&欢浪女 2020-12-09 01:16

I used below code and it is not render graphical layout. display error as Exception raised during rendering: No tab known for tag null.

how can i solve

相关标签:
7条回答
  • 2020-12-09 01:48

    i solve my problem by refering this link

    FragmentTabHost - No tab known for tag null

    No tab known for tag null its Means tabhost is not initialized yet becouse you are trrying in onCreateView method which is too late

    call tabhost in onResume method

    0 讨论(0)
提交回复
热议问题