Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- scroll
- Navigation
- textfield
- 앱
- livedata
- tabbar
- binding
- Button
- DART
- activity
- Dialog
- Flutter
- 테스트
- Compose
- appbar
- CustomScrollView
- Coroutines
- Kotlin
- drift
- 안드로이드
- ScrollView
- 앱바
- viewmodel
- data
- TEST
- textview
- android
- intent
- LifeCycle
- 계측
Archives
- Today
- Total
목록java (1)
Study Record
[안드로이드] kotlin, java jdk, gradle 버전 맞추기
안드로이드에서 kotlin 과 gradle, java 버전을 서로 맞춰주지 않으면 오류가 나올 때가 있다. 다음 사이트에서 호환성 관계를 볼 수 있다. Compatibility Matrix Gradle is tested with Android Gradle Plugin 7.3, 7.4 and 8.0. Alpha and beta versions may or may not work. docs.gradle.org 😶 프로젝트에서 사용하고 있는 gradle 버전 보기(android stduio 기준) file > project structure 로 이동하면 현 프로젝트의 gradle 버전을 볼 수 있다. 😶 프로젝트에서 사용하고 있는 jdk 보기 file > Settings > Build, Execution, d..
안드로이드
2023. 6. 13. 16:36