0

私は次のXMLコードを持っています:

    <?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:id="@android:id/tabhost" >

    <LinearLayout android:orientation="vertical" 
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent">
        <TabWidget android:id="@android:id/tabs"
           android:layout_width="fill_parent" 
           android:layout_height="wrap_content">
        </TabWidget>
        <FrameLayout android:id="@android:id/tabcontent"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent">

        </FrameLayout>

    </LinearLayout>

</TabHost> 

エラーメッセージ: "ルート要素に続くドキュメントのマークアップは適切に実行されています。すべてのタグが閉じていますが、これは何が原因でしょうか?

4

1 に答える 1

0

コードをフォーマットするxmlコードに++を試して、プロジェクトをクリーンアップした後に再試行してください。動作ctrlしますshiftF

于 2012-07-26T08:28:13.257 に答える