반응형
최근 잘 쓰고 있던 안드로이드 스튜디오를 업데이트 하고 아래와 같은 메시지가 발생했다.
Android Gradle plugin requires java 11 to run. you are currently using java 1.8
1) 방법
- Preference를 누른다.
- Build, Execution, Deployment - Gradle로 진입한다.
- Gradle projects - Gradle JDK를 찾는다.
- 콤보박스에서 JDK 11를 찾아 누른다.
또는
- 메뉴 File -> Project Structure 를 누른다.
- SDK Location에서 JDK location was moved to Gradle Settings에 Gradle Settings을 누른다.
- Gradle JDK를 눌러서 JDK 11을 누른다.
2. 에러 메시지
> 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`. |
728x90
반응형
'개발 > Android' 카테고리의 다른 글
[Android] Binary XML file line : Error inflating class (0) | 2022.05.24 |
---|---|
[Android] RecyclerView 재사용 오류 (0) | 2022.05.21 |
[Android] string.xml 공백 넣기 (0) | 2022.05.19 |
[Android] 소스 내에서 deprecated된 메소드 찾기 (0) | 2022.05.18 |
[Android] recyclerView 업데이트 (0) | 2022.05.17 |
댓글