반응형
Notice
Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 워치
- ActivityResult-API
- NoSuchMethodError
- socket-client
- TIZEN
- AWS
- ozd
- google-login
- Java8
- socket-server
- Firebase
- firebase-database
- Galaxy Watch
- git-push
- mqtt
- OZViewer
- JNI
- socket.io
- Android
- firebase-storage
- cloud-firestore
- Flavors
- mosquitto
- BottomSheetDialog
- 오즈뷰어
- Dva
- git
- gradle
- hung-up
- Kotlin
Archives
- Today
- Total
Hyeyeon blog
[Android] Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8 해결 방법 본문
개발/Android
[Android] Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8 해결 방법
Hyeyeon.P 2021. 12. 7. 12:23반응형
안드로이드 스튜디오에서 아래와 같은 오류가 발생하는 경우,
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`.
Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle의 Gradle JDK를 11로 변경한 후 다시 빌드합니다.
윈도우의 경우, File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle에 위치합니다.
728x90
'개발 > Android' 카테고리의 다른 글
[Android] NFC on, off 상태 확인 (기본모드, 카드모드, 비활성화) (0) | 2022.06.23 |
---|---|
[Android] 갤러리에서 사진 가져오기 - ActivityResultLauncher, Intent (0) | 2022.03.02 |
[Android] Progress Dialog 만들기 (2) | 2021.08.25 |
[Android] Firebase Database - Cloud Firestore 연동하기 (0) | 2021.06.08 |
[Android] Firebase Google Login 연동하기 (0) | 2021.05.12 |
Comments