gpt4 book ai didi

android - fragment 选项卡主机错误 :Exception raised during rendering: No tab known for tag null

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:44:15 25 4
gpt4 key购买 nike

我使用 fragment 选项卡主机已有一段时间了,它运行良好。突然我收到这个布局编译错误。

Exception raised during rendering: No tab known for tag null

activity_tabhost_search.xml:

<android.support.v4.app.FragmentTabHost 
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<TabWidget
android:id="@android:id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
android:orientation="horizontal" />

<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>

</android.support.v4.app.FragmentTabHost>

请不要将它作为重复关闭,因为我检查了所有线程,但我无法解决这个问题。

最佳答案

因为我认为你必须用 TabHost 包围 LinearLayout

也许这对您也有帮助 How do I use tabHost for Android

另一个主题中链接的 Vogella Tab 教程效果很好,目前我正在我的应用程序中使用它。

关于android - fragment 选项卡主机错误 :Exception raised during rendering: No tab known for tag null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21250522/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com