安卓 FragmentTabhost

Exception raised during rendering: No tab known for tag null 怎么解决 ,使用 fragmentlabhost的时候出现,不知道怎么解决。求大神。。。
这是在建layout的时候出现。。。。
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<FrameLayout
    android:id="@+id/activity_home_container"
    android:layout_width="fill_parent"
    android:layout_height="0dp"
    android:layout_weight="1" >
</FrameLayout>

<android.support.v4.app.FragmentTabHost
    android:id="@android:id/tabhost"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >

    <TabWidget
        android:id="@android:id/tabs"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:background="#FFF1F1F1" >
    </TabWidget>

    <FrameLayout
        android:id="@android:id/tabcontent"
        android:layout_width="0dp"
        android:layout_height="0dp" >
    </FrameLayout>
</android.support.v4.app.FragmentTabHost>

你试试TabLayout

解决了吗?我也是一加上android.support.v4.app.FragmentTabHost这个,就显示不了