错误:26.1.0和27.1.1differ问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:26.1.0和27.1.1differ问题相关的知识,希望对你有一定的参考价值。
Conflict with dependency ‘com.android.support:support-annotations‘ in project ‘:app‘. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details. Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar]
解决方案:在此行添加gradle模块的依赖项
compile ‘com.android.support:support-annotations:27.1.1‘
如果您使用的是Android工作室3+改变compile到implementation
以上是关于错误:26.1.0和27.1.1differ问题的主要内容,如果未能解决你的问题,请参考以下文章
与项目“:app”中的依赖项“com.android.support:support-annotations”冲突。应用程序 (26.1.0) 和测试应用程序 (27.1.1) 的已解决版本不同。
Android 依赖 'com.android.support:support-v4' 的编译 (26.1.0) 和运行时 (27.1.1) 类路径错误的版本不同
Android dependency ‘xxx‘ has different version for the compile错误解决步骤
错误记录Gradle 配置报错 ( Using different JDK locations on different processes might cause Gradle to spa )
S3上传时报错:Data read has a different length than the expected
es 中的.keyword导致的 [categoryName] if different type, current_type [text], merged_type [keyword]报错解决(代码