android studioKotlin错误原因:org.jetbrains.Kotlin.gradle.tasks.CompilationErrorException:编译错误,更多详情请参阅日志

3pmvbmvn  于 2023-08-06  发布在  Kotlin
关注(0)|答案(1)|浏览(606)

由于:org.jetbrains.Kotlin.gradle.tasks.CompilationErrorException:编译错误。更多详情请参阅日志

<androidx.constraintlayout.widget.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="@drawable/blue_background"
tools:context=".FeedActivity">

字符串


的数据

svujldwt

svujldwt1#

删除工具上下文或提供FeedActivity的完整路径,然后清理项目并重新构建项目

相关问题