λ°μν
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
- μμΉ
- hung-up
- ozd
- Flavors
- git-push
- Dva
- Kotlin
- BottomSheetDialog
- mosquitto
- ActivityResult-API
- Android
- git
- JNI
- socket-client
- Java8
- cloud-firestore
- google-login
- gradle
- OZViewer
- μ€μ¦λ·°μ΄
- mqtt
- socket.io
- AWS
- firebase-storage
- NoSuchMethodError
- socket-server
- Firebase
- TIZEN
- firebase-database
- Galaxy Watch
Archives
- Today
- Total
Hyeyeon blog
'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version. λ³Έλ¬Έ
κ°λ°/Android
'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
Hyeyeon.P 2024. 4. 8. 18:41λ°μν
π€
AGP 7.4.0 μ΄μμμ λ°μνλ λ¬Έμ λ‘,
μλμκ°μ΄ build.grale(app)μ JVM λμμ JDK λ²μ μ λͺ μνμ¬ ν΄κ²°ν μ μλ€.
kotlin {
jvmToolchain(17)
}
android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
728x90
'κ°λ° > Android' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
μ΄νν°λΈ μ½νλ¦° - 5μ₯ κ°μ²΄μμ±, 6μ₯ ν΄λμ€ μ€κ³ (0) | 2024.04.09 |
---|---|
μ΄νν°λΈ μ½νλ¦° - 3μ₯ μ¬μ¬μ©μ±, 4μ₯ μΆμν μ€κ³ (0) | 2024.04.08 |
μ΄νν°λΈ μ½νλ¦° - 2μ₯ κ°λ μ± (0) | 2024.03.10 |
μ΄νν°λΈ μ½νλ¦° - 1μ₯ μμ μ± (0) | 2024.03.06 |
[Android] JNI μ€λ₯ - error=2, No such file or directory (0) | 2023.02.25 |
Comments