赞
踩
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8
把Gradle插件版本更新之后编译失败,出现如下错误:
A problem occurred evaluating project ‘:app’.
Failed to apply plugin ‘com.android.internal.application’.
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changingorg.gradle.java.home
ingradle.properties
.
如果JVM指向1.8版本,我们应该把它设置为该Gradle版本需要的版本。
Preferences > Build, Execution, Deployment > Build Tools > Gradle > Gradle JDK
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。