반응형
If you are using Apple M1 chip
One of the release notes they have mentioned by jetpack (Version 2.4.0-alpha03 )
- Fixed an issue with Room’s SQLite native library to support Apple’s M1 chips.
Change Version to 2.4.0-alpha03 or above
implementation "androidx.room:room-runtime:2.4.0-alpha03"
annotationProcessor "androidx.room:room-compiler:2.4.0-alpha03"
kapt 'androidx.room:room-compiler:2.4.0-alpha03'
Reference
https://developer.android.com/jetpack/androidx/releases/room#version_240_2
Mac M1 은 2.4 이상을 설치 해야함. ?
반응형
'IT 이야기 > 2022_Android 이것저것' 카테고리의 다른 글
사진 저장 후 갤러리 업데이트 (0) | 2022.04.14 |
---|---|
@SuppressLint("SetTextI18n") (0) | 2022.03.16 |
android gradle & hilt 설정.. (0) | 2022.02.11 |
Android Studio Code Style (0) | 2022.02.07 |
Android Edittext Keyboard 대문자. (0) | 2022.01.21 |