gpt4 book ai didi

android - 所有 com.android.support 库必须使用完全相同的版本规范

转载 作者:行者123 更新时间:2023-11-29 19:13:15 25 4
gpt4 key购买 nike

我已经花了一些时间在这上面,但我仍然找不到这个使用 sdkVersion 24animated-vector-drawable 依赖项。我手动尝试更改所有 com.android.support 库的版本代码以使用版本 25 而不是 23 但我仍然得到错误。我在哪里混合版本代码?我的库是否有任何可能的重复项?

我已经清理、重建 Gradles 文件并将其与项目同步,以及其他故障排除技巧,包括尝试从以下 SOP 帖子中寻求一些见解,但错误仍然存​​在。

访问的资源:

  1. All com.android.support libraries must use the exact same version specification

  2. All com.android.support libraries must use the exact same version

  3. All com.android.support libraries must use the exact same version specification found versions 25.2.0, 25.0.0

Error:(33, 13) All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 24.0.0, 23.1.0. Examples include com.android.support:animated-vector-drawable:24.0.0 and com.android.support:design:23.1.0

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '25.0.0'

defaultConfig {
applicationId "trip.it.co.za.tripit"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.1.0"
multiDexEnabled true
}
buildTypes {
debug {
resValue "string", "google_maps_api_key", "AIzaSyAiM1JxYFPr4D4igrPjFJJRXJloheKjyLs"
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "google_maps_api_key", "AIzaSyAiM1JxYFPr4D4igrPjFJJRXJloheKjyLs"
}
}
dexOptions {
javaMaxHeapSize "4g"
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
//wasabeef
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'com.ogaclejapan.arclayout:library:1.0.1@aar'
compile 'com.google.android.gms:play-services:10.0.1'
compile 'com.android.support:design:23.0.0'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'com.ogaclejapan.arclayout:library:1.0.1@aar'
compile 'com.google.android.gms:play-services-ads:10.0.1'
compile 'com.google.android.gms:play-services-auth:10.0.1'
compile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta3'
compile 'com.github.zzz40500:AndroidSweetSheet:221317862b'
compile 'com.google.android.gms:play-services-identity:10.0.1'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.google.android.gms:play-services-maps:10.0.1'
compile 'com.google.android.gms:play-services-wearable:10.0.1'
compile 'com.google.android.gms:play-services-maps:10.0.1'
compile 'com.android.support:multidex:1.0.1'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'com.github.androidquery:androidquery:0.26.9'
}

更新:

所以我想知道这个 com.android.support:animated-vector-drawable:24.0.0 库在项目中的引用位置,但奇怪的是,在任何地方都找不到它。

最佳答案

我花了一些时间来理解错误消息,所以我将所有 com.android.support 库更改为最新的 - v25.3.1 并添加了这两个库下面:

  1. com.android.support:animated-vector-drawable:25.3.1

  2. com.android.support:mediarouter-v7:25.3.1

然后我将 compileSdkVersion23 更改为 25

然后我将 com.android.support:appcompat-v7:23.1.0 更改为 com.android.support:appcompat-v7:25.3.1

一切都很开心。

关于android - 所有 com.android.support 库必须使用完全相同的版本规范,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44483029/

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