com.android.tools.build:gradle:3.1.0 要求gradle 版本不低于4.4
https://blog.csdn.net/lxlmycsdnfree/article/details/80677127
2018年06月13日 11:53:32
阅读数:313
* Where: Build file '/data/jenkins/jobs/testlxl/app/build.gradle' line: 1
* What went wrong: A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android.application']
> Minimum supported Gradle version is 4.4. Current version is 3.3. If using the gradle wrapper, try editing the distributionUrl in /data/jenkins/jobs/testlxl/app/gradle/wrapper/gradle-wrapper.properties to gradle-4.4-all.zip
build.gradle 文件中配置 :'com.android.tools.build:gradle:3.1.0'
要求 gradle 版本不低于4.4版本。 |