android studio刷新依赖,最新Android Studio Update 3.3.2之后未解决的DataBinding依赖关系...

在Android Studio的最新更新之后,缺少DataBinding依赖项.我收到此错误消息:

ERROR: Failed to resolve: androidx.databinding:databinding-runtime:3.3.2

Show in Project Structure dialog

Affected Modules: app

ERROR: Failed to resolve: androidx.databinding:databinding-adapters:3.3.2

Show in Project Structure dialog

Affected Modules: app

这是我的app的build.gradle:

apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

android {

compileSdkVersion 28

defaultConfig {

applicationId "com.example.soulfetch2"

minSdkVersion 21

targetSdkVersion 28

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 1.8

targetCompatibility 1.8

}

}

dependencies {

def acraVersion = '5.1.3'

implementation "ch.acra:acra-mail:$acraVersion"

implementation "ch.acra:acra-dialog:$acraVersion"

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

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'

implementation 'androidx.core:core-ktx:1.1.0-alpha04'

implementation 'androidx.legacy:legacy-support-v4:1.0.0'

testImplementation 'junit:junit:4.12'

androidTestImplementation 'androidx.test:runner:1.1.2-alpha01'

androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.2-alpha01'

implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'

implementation 'androidx.preference:preference:1.0.0'

implementation 'androidx.recyclerview:recyclerview:1.0.0'

implementation "androidx.lifecycle:lifecycle-runtime:2.0.0"

dependencies {

def nav_version = "1.0.0-rc02"

implementation "android.arch.navigation:navigation-fragment-ktx:$nav_version"

implementation "android.arch.navigation:navigation-ui-ktx:$nav_version"

}

}

我尝试添加这些依赖项,但它没有任何效果.

implementation 'androidx.databinding:databinding-adapters:3.3.2'

implementation 'androidx.databinding:databinding-runtime:3.3.2'

这里的另一个问题是通过将这些添加到gradle.properties来解决的,但是在我的情况下又导致了另一个错误:

android.enableExperimentalFeatureDatabinding = true

android.databinding.enableV2=true

知道我要做什么吗?

解决方法:

AS 3.3.2

Gradle 4.10.1

插件3.3.2

我有同样的问题并通过执行以下操作解决了它:

转到项目非源文件并打开.idea libraries文件夹

从此文件夹中删除所有数据绑定依赖项.

重建你的应用程序,应该没问题!

标签:android,android-gradle,dependencies,android-databinding

来源: https://codeday.me/bug/20190827/1745062.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值