달달한 스토리

728x90
반응형

flutter 공부를 하면서,

 

따로 코틀린을 오랜만에 실행 중에 오류가 발생했다.

 

 

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에 들어가

 

Gradle JDK를 클릭해서 JDK 버전이 11 이상인 것을 골라주면 된다.

 

728x90
반응형

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading