Android库依赖版本冲突

时间:2017-06-22 17:11:23

标签: android android-gradle build.gradle

据我所知,添加2个不同版本的支持库会导致冲突,这就是我添加2个依赖项compile 'com.android.support:appcompat-v7:25.3.1'compile "com.android.support:support-core-utils:25.4.0"时出错的原因。我不明白的是,当我将设计库添加到编译列表compile 'com.android.support:design:25.4.0'时,依赖版本冲突会在我同步gradle项目时解决。

Dependency conflict without the 3rd support library

Dependency conflict resolves when I add a 3rd support library

compile 'com.android.support:appcompat-v7:25.3.1'compile "com.android.support:support-core-utils:25.4.0"之间是否仍然存在冲突?

0 个答案:

没有答案