Android依赖' com.android.support:support-compat'具有不同版本的编译(25.1.0)和运行时(25.3.0)类路径

时间:2017-06-14 09:09:42

标签: android android-studio gradle

**Android dependency 'com.android.support:support-compat' has different version for the compile (25.1.0) and runtime (25.3.0) classpath. You should manually set the same version via DependencyResolution**
Android工作室版本2.3.3和gradle版本3.5是这样的,项目没有问题,但是现在我使用Android studio3.0出现了这个错误。请评论。感谢

1 个答案:

答案 0 :(得分:0)

运行Gradle依赖项

./gradlew -q dependencies <module-name>:dependencies --configuration compile

示例:

./gradlew -q dependencies app:dependencies --configuration compile

它会显示错误,如果你改变它,删除后错误消失。