05-22 06:24
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 용산 호반써밋 에이디션
- 고금리
- ndkVersion
- ios
- 3rd framework
- gradle
- JetPack
- 예금
- MG더뱅킹정기예금
- Android
- BindingAdapter
- 새마을금고
- ndk r24
- CHAT GPT
- Andorid
- ChatGPT
- kotlin
- audio record
- 청약
- Android Studio
- EditText
- java
- arm-linux-androideabi
- 달러예금
- Data Binding
- Mac
- Swift
- KB
- RETROFIT
- 사전청약
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 |