개발/Android Studio 에러
에러: Unsupported Gradle JVM.Your build is currently configured to use Java 17.0.11 and Gradle 5.6.4.Possible solutions
스몰스테핑
2024. 10. 23. 21:26
Unsupported Gradle JVM.
Your build is currently configured to use Java 17.0.11 and Gradle 5.6.4.
Possible solutions:
- Upgrade to Gradle 8.5 and re-sync
- Upgrade to Gradle 7.2 and re-sync
안드로이드 스튜디오 프로젝트 실행 시, 설치된 JDK와 프로젝트 설정의 gradle 버전 지원이 맞물리지 않아 발생하는 오류이다.
따라서 gradle 버전을 지원되는 자바 버전에 맞게 올리거나, 자바 버전을 gradle이 지원하는 버전에 맞게 내려야한다.
1. build.gradle의 dependencies { classpath 'com.android.tools.build:gradle:버전' }
아래 표(혹은, 주소)를 참고하여 변경해보자.
만약 gradle 버전을 변경하게 되면, 다음 두 문제를 마주하게 될 수 있다.
https://small-stepping.tistory.com/1213
https://small-stepping.tistory.com/1214
위 두 개 에러 어디를 들어가든 마지막에 작성한 해결 방법은 똑같으니, 여러 시행착오를 거쳐보자.
자세한건 아래 주소를 참고해보자.
https://docs.gradle.org/current/userguide/compatibility.html