我正在尝试将数据绑定添加到我的应用程序。但是我启用数据绑定后收到的错误是:方法的签名build_9rfemhg4a5yc2kwb7aemx3270.android()不适用于参数类型:(build_9rfemhg4a5yc2kwb7aemx3270_run_closure1)值:[build_9rfemhg4a5yc2kwb7aemx3270_run_closure1@6e3b0699]
导致错误的部分是:
databinding {
enabled = true
}
删除这部分会使gradle正常构建。但是这样我就不能添加数据绑定。
构建Gradle是:
plugins {
id 'com.android.application'
id 'kotlin-android'
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "com.example.aboutme"
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard- rules.pro'
}
}
databinding {
enabled = true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
找到了答案。数据“B”绑定非数据“B”绑定
dataBinding {
enabled = true
}
问题:评估项目':app'时出现问题。 方法:build_dxc6m5s863o0nfrfjdg2bqjp.android()的签名不适用于参数类型:(build_dxc6m5s863o0nfrfjdg2bqjp$_run_closure1)值:[build_dxc6m5s863o0nfrfjdg2bqjp$_run_closure1@18112963] 分级文件:
我已经尝试了网络上提供的所有解决方案,但都无效。请尽快提供帮助。同步错误: 生成文件“C:\Users\AH\U GL\Desktop\apps android commons\apps\Build”。格拉德尔线:149 评估项目“:app”时出现问题。 没有方法的签名:build_bacf6ncg9oj63qiyhi1id1rfi.android()适用于参数类型:(build_bacf6ncg
我试图像这样定义产品风格,但在相同的地方也会出现错误: 这就是错误 组织。格拉德尔。应用程序编程接口。GradleScriptException:评估项目“:app”时出现问题。原因:groovy。lang.MissingMethodException:没有方法的签名:build\u 2gzryvmsr2xvhzda2muxrnzeq。android()适用于参数类型:(build\u 2gzry
例外是:org。格拉德尔。应用程序编程接口。GradleScriptException:评估项目“:app”时出现问题 导致:groovy.lang.MissingMachodException:没有签名的方法:build_h12dou32x8mktsbcdinr8fpc.android()适用于参数类型:(build_h12dou32x8mktsbcdinr8fpc$_run_closure1)
我试图创建基于版本号的git提交,但在运行gradle时,我不断遇到以下错误(这在build.gradle文件中) 错误:
我已经将一个项目从eclipse导入到android studio,我遇到了这个问题,android studio 2.2.2,gradle 2.2.2。 错误:(6,1)评估项目时出现问题:“projectName”。 没有方法签名:java。lang.Boolean。call()适用于参数类型:(null)值:[null] 可能的解决方案:wError:(6,1)评估项目': project