**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出现了这个错误。请评论。感谢
答案 0 :(得分:0)
运行Gradle依赖项
./gradlew -q dependencies <module-name>:dependencies --configuration compile
示例:
./gradlew -q dependencies app:dependencies --configuration compile
它会显示错误,如果你改变它,删除后错误消失。