下面是關於我遇到的錯誤的屏幕截圖基本Android XML錯誤
我該如何解決這個問題?
我真的很感激一些幫助
這是XML代碼:
<?xmlversion="1.0" encoding="utf-8"?>
<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This is my first Android Application!" />
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="And this is a clickable button!" />
</LinearLayout>
XML中的第一個元素被錯誤覆蓋。你能否將XML複製到你的問題中? – MCeley
是的,它看起來很好,你有沒有在R文件中玩過?也許只是在這裏複製粘貼代碼,並沒有錯誤掩蓋它:) –
@MCeley <?xml version =「1.0」encoding =「utf-8」?>是涉及的XML – Anant