<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="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"/>
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>
渲染问题渲染期间引发的异常:没有标记为null的标签。由于此错误无法在Android工作室中进行预览。
答案 0 :(得分:0)
如果此错误显示xml perview 检查你的Android版本api,如果这个是23,根据android sdk lib
做22或21答案 1 :(得分:0)
由于标签片段不可用而导致此错误。请将您的API版本(gradle文件更改api版本)更改为您工作室中可用的版本。更改后,单击预览部分中的重新加载按钮