0

activity_main.xml の 9 行目にこのエラーが表示されます。なぜ助けてほしいのかわかりません。

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

<WebView
    android:id="@+id/webView"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" />
</FrameLayout>
4

2 に答える 2