gpt4 book ai didi

更新到 23.3.0 后 Android 支持库错误

转载 作者:IT王子 更新时间:2023-10-28 23:46:17 30 4
gpt4 key购买 nike

我一直在使用 android support v4 23.1.1,最近尝试将其更新到 23.3.0(被问到时的最新版本),但出现以下错误:

Error:Conflict with dependency 'com.android.support:support-annotations'.
Resolved versions for app (23.3.0) and test app (23.1.1) differ.
See http://g.co/androidstudio/app-test-app-conflict for details.

到目前为止,我已经找到了 https://code.google.com/p/android/issues/detail?id=206137

我访问了这两个链接,但我无法解决我的问题,我该如何解决这个问题?

编辑:

我的依赖项中有这些

compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:cardview-v7:23.3.0'
compile 'com.android.support:design:23.3.0'

以前的所有版本都是23.1.1 并且运行良好,更新后出现错误

编辑:

Gradle Version 2.10
Gradle Plugin Version 2.0.0
buildToolsVersion "23.0.3"

最佳答案

对于那些仍然面临这个问题的人,只需将此行添加到您的依赖项中。

androidTestCompile 'com.android.support:support-annotations:23.3.0'

它解决了我的问题。

更新:

如果您现在遇到此错误,您可以插入新的版本代码(本例中为 23.3.0,或 18 年 5 月为 27.1.1)将错误描述为上述解决方案。

关于更新到 23.3.0 后 Android 支持库错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36833606/

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