我收到此錯誤:錯誤:錯誤解析XML:不匹配的標籤
Error parsing XML: mismatched tag.
如果有人知道如何解決這個問題,你可以請讓我知道我錯過了什麼,謝謝。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/android" >
<Button
android:id="@+id/btnChangeImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Change Image" >
</LinearLayout>