Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.

An 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`.



Mac 解决办法:

AndroidStudio > Preferences... > Gradle


你可能感兴趣的:(Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.)