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`.
* 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.
해결법
내용인 즉슨, 현재 그래들 플러그인을 실행하려면 Java 11을 사용해야 하는데,
java 1.8을 사용하고 있어서 그렇다고 한다.
그렇다면 그래들 자바 버전을 바꾸어 주면 된다.
맥 기준으로 Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle에 들어가