Error:(29) Error parsing XML: mismatched tag
ORSQL 2017-10-22 10:48:16 <?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
tools:context="com.jiaoyu.android.LauncherActivity">
<ImageView
android:id="@+id/iv_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/jiaoyu_logo"
tools:layout_editor_absoluteY="149dp"
tools:layout_editor_absoluteX="111dp">
<TextView
android:textColor="@android:color/black"
android:textSize="25sp"
android:layout_centerHorizontal="true"
android:layout_below="@id/iv_icon"
android:text="教育心理学"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:layout_editor_absoluteY="301dp"
tools:layout_editor_absoluteX="130dp"/>
</android.support.constraint.ConstraintLayout>
一直提示这个错误,实在没办法只能把程序复制上来求助大家了