Das Markup im Dokument, das auf das Wurzelelement folgt, muss wohlgeformt sein.

Ich erhalte diesen Fehler in meiner activity_main.xml in Zeile 9 von Ich habe keine Ahnung, warum bitte helfen.

<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>

Antworten auf die Frage(2)

Ihre Antwort auf die Frage