gpt4 book ai didi

java - 将activity_main.xml转换为数据绑定(bind)布局时出现 "androidx.*...*.ConstraintLayout"is not allowed怎么解决?

转载 作者:行者123 更新时间:2023-12-01 22:32:46 27 4
gpt4 key购买 nike

build.gradle 中的 DataBinding 配置为“enabled = true”,但当我将 constraintlayout 转换为数据绑定(bind)布局而不执行任何其他操作时,编译器始终显示“此处不允许使用 Element androidx.constraintlayout.widget.ConstraintLayout”。

基本信息:Android Studio 3.5.1;构建#AI-191.8026.42.35.5900203,构建于2019年9月26日;JRE:1.8.0_202-release-1483-b03 amd64;JVM:JetBrains s.r.o 的 OpenJDK 64 位服务器 VM;Windows 10

如果我使用其他布局如线性布局、框架布局等,编译器不会出错。 Kotlin 可以成功构建并出现此错误(但应用程序无法按预期工作),而 Java 则不能,我多次尝试清理构建、重新启动 AS 和我的 PC,但编译器仍然显示此错误。我想知道这是AS 3.5的一个bug,还是我做错了什么?请帮助我并提前致谢。

    compileSdkVersion 29
buildToolsVersion "29.0.2"

defaultConfig {
applicationId "com.example.app15"
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
dataBinding{
enabled = true
}
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
}

最佳答案

如果您在进行更改后看到编译器错误,请选择构建 > 清理项目,然后选择构建 > 重新构建

这样做通常会更新生成的文件。否则,选择文件 > 使缓存无效/重新启动进行更彻底的清理。

关于java - 将activity_main.xml转换为数据绑定(bind)布局时出现 "androidx.*...*.ConstraintLayout"is not allowed怎么解决?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58543438/

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