gpt4 book ai didi

android - 版本冲突错误没有添加错误显示的任何依赖项?

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

enter image description here

根据图片,我没有添加任何与错误显示相关的依赖项,甚至在我添加了冲突错误中显示的依赖项后,再次出现如下相同的错误。

Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 11.4.2.

这是我的 build.gradle 文件依赖项(在添加图像实现 'com.android.support:customtabs:27.1.1' 中显示的依赖项之后)。

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'android.arch.lifecycle:extensions:1.1.1'

implementation 'com.android.support:cardview-v7:27.1.1'

implementation 'com.google.firebase:firebase-database:15.0.1'

implementation 'com.google.firebase:firebase-analytics:15.0.1'

implementation 'com.android.support:customtabs:27.1.1'

implementation 'com.google.android.gms:play-services-places:15.0.1'
implementation "com.google.android.gms:play-services-location:15.0.1"

implementation 'com.google.android.gms:play-services-maps:15.0.1'

//fb sdk
implementation 'com.facebook.android:facebook-android-sdk:[4,5)'


implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:support-vector-drawable:27.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

这个问题不同于All com.android.support libraries must use the exact same version specification是该应用程序正在构建和运行。但在我的问题中,由于上述错误,应用程序构建失败。并且添加的依赖项也没有任何版本冲突。

最佳答案

因为您拥有相同的所有播放服务版本。

添加 apply plugin: 'com.google.gms.google-services' 在你的 gradle 底部。这很可能会解决您的问题。

关于android - 版本冲突错误没有添加错误显示的任何依赖项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52295390/

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