1、 問題
在Android studio里面運行java的lib庫,但是錯誤提示如下
Build file 'F:\sourceZip\app\build.gradle' line: 2An exception occurred applying plugin request [id: 'com.android.application']
> 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.- changing `org.gradle.java.home` in `gradle.properties`.* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
2、解決辦法
點擊File->Settings->輸入Gradle->選Gradle JDK為11
?