gpt4 book ai didi

android - 为什么我在 Android Studio 3.2.1 中得到 "All com.android.support libraries must use the exact same version specification"?

转载 作者:太空宇宙 更新时间:2023-11-03 12:02:40 24 4
gpt4 key购买 nike

我已阅读文章All com.android.support libraries must use the exact same version specification

但是我添加代码实现'com.google.android.gms:play-services-ads:17.0.0'后还是得到如下信息,为什么?

信息

所有 com.android.support 库必须使用完全相同的版本规范(混合版本可能导致运行时崩溃)。找到版本 28.0.0、26.1.0。示例包括 com.android.support:animated-vector-drawable:28.0.0 和 com.android.support:customtabs:26.1.0 更多... (Ctrl+F1)

即使我清理项目和重建项目,信息也会保留。

代码

您可以在 https://www.dropbox.com/s/zlg731ovf7h3bmi/NewMyApplication.zip?dl=0 下载代码

图1

enter image description here

图2 enter image description here

最佳答案

您的某些或其中一个库在内部使用旧版本的 customtabs,这就是显示此警告消息的原因。如果您使用最新版本实现此功能,则警告将消失。

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

添加这个之后,我还显示了另一个旧版本依赖项的相同错误。添加后,所有警告也都消失了。

implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'

希望这能帮助您解决问题。

你也可以检查这个:https://stackoverflow.com/a/42374426/5167909

关于android - 为什么我在 Android Studio 3.2.1 中得到 "All com.android.support libraries must use the exact same version specification"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53115740/

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