04-19 05:29
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ndk r24
- Andorid
- BindingAdapter
- arm-linux-androideabi
- 청약
- KB
- MG더뱅킹정기예금
- CHAT GPT
- ios
- Android
- audio record
- RETROFIT
- 달러예금
- 사전청약
- JetPack
- 예금
- Android Studio
- java
- 새마을금고
- EditText
- gradle
- Swift
- kotlin
- 3rd framework
- 용산 호반써밋 에이디션
- Data Binding
- ChatGPT
- Mac
- ndkVersion
- 고금리
Archives
- Today
- Total
pear
[android] android studio build setting issue - Unsupported Java. Your build is currently configured to use Java 17.0.6 and Gradle 본문
android
[android] android studio build setting issue - Unsupported Java. Your build is currently configured to use Java 17.0.6 and Gradle
pearlab 2023. 6. 16. 10:19android studio update
The latest android studio update uses gradle 7.x.
When loading a project that uses gradle 5.x or lower, follow the guide.
use gradle build java 17.x
error message
Unsupported Java.
Your build is currently configured to use Java 17.0.6 and Gradle 5.4.1.
Possible solution:
- Upgrade Gradle wrapper to 7.x version and re-import the project
If choose Upgrade Gradle wrapper to 7.x then need to additional update project setting
But, You can use it simply by changing the gradle jdk version.
setting gradle JDK version menu(mac standard)
menu bar -> android studio -> preferences...-> Build, Execution, Deployment -> Build Tools -> Gradle


'android' 카테고리의 다른 글
[android] DataBinderMapperImpl.java:9: error: cannot find symbol (0) | 2023.07.20 |
---|---|
[android][ViualStudio Xamarin] 환경 설정. (0) | 2023.06.16 |
[android] simple GPT retrofit 3 - call (0) | 2023.06.13 |
[android] simple GPT retrofit 2 - data (0) | 2023.06.13 |
[android] simple GPT retrofit 1 - setting (0) | 2023.06.13 |