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 | 29 | 30 | 31 |
Tags
- activity
- scroll
- binding
- CustomScrollView
- 앱
- DART
- viewmodel
- Kotlin
- Compose
- TEST
- tabbar
- livedata
- ScrollView
- 앱바
- Coroutines
- LifeCycle
- textview
- 계측
- 테스트
- Dialog
- drift
- 안드로이드
- intent
- data
- appbar
- Navigation
- Flutter
- android
- Button
- textfield
Archives
- Today
- Total
목록java (1)
Study Record

안드로이드에서 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