org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V’
解决方案:
The version of gradle in gradle-wrapper.propertiesdoesn`t match the build.gradleof project.You can change only one of them.These is a sample below
gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
build.gradle
classpath 'com.android.tools.build:gradle:2.3.3'
版权声明:本文为qq_26585943原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。