【发布时间】:2015-07-10 20:39:31
【问题描述】:
我收到此错误:
解析 XML 时出错:标签不匹配。
如果有人知道如何解决这个问题,请告诉我我缺少什么,谢谢。
<?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>
【问题讨论】:
标签: xml xml-parsing xml-validation