gpt4 book ai didi

java - 资源编译失败错误: mismatched tag

转载 作者:行者123 更新时间:2023-12-02 05:39:16 31 4
gpt4 key购买 nike

Android资源编译失败C:\Users\TTP\AndroidStudioProjects\TicCrossGame\app\src\main\res\layout\activity_main.xml:94:错误:标签不匹配。

我检查了关闭标签,但无法理解错误,因为我检查了所有关闭标签,但仍然错误

<?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"
tools:context=".MainActivity">

<android.support.v7.widget.GridLayout
android:id="@+id/gridView"
android:layout_width="395dp"
android:layout_height="395dp"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:layout_marginBottom="8dp"
android:background="@drawable/grid"
app:columnCount="3"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:rowCount="3" >



<ImageView
android:id="@+id/imageView1"
android:layout_width="125dp"
android:layout_height="126dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
/>

<ImageView
android:id="@+id/imageView2"
android:layout_width="125dp"
android:layout_height="126dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
app:srcCompat="@drawable/cross" />

</android.support.v7.widget.GridLayout>

</android.support.v7.widget.GridLayout>


</android.support.constraint.ConstraintLayout>

最佳答案

您有两个结束 GridLyout 标记。删除 XML 文件底部的其中一项:

    </android.support.v7.widget.GridLayout>

关于java - 资源编译失败错误: mismatched tag,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56149589/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com