티스토리 뷰
안드로이드
[Android Studio]The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-b..
eqrw105 2021. 11. 10. 16:53The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
안드로이드 개발 시 발견할 수 있는 에러메세지다.
잘 읽어보면 내용 그대로 kotlin-android-extensions plugin을 더이상 사용하지 않고, kotlin-parcelize로 사용한다는 내용이다.
build.gradle에서 kotlin-parcelize로 변경해주면 간단히 해결가능하다.
plugins {
//The 'kotlin-android-extensions' Gradle plugin is deprecated.
//id 'kotlin-android-extensions'
//kotlin-android-extensions -> kotlin-parcelize
id 'kotlin-parcelize'
}
'안드로이드' 카테고리의 다른 글
[Android Studio]updating indexes 무한 로딩 해결 방법 (0) | 2021.12.14 |
---|---|
[Android Studio]FCM 푸시 메시지 온오프(주제) 설정하기 push messaging on/off(topic) setting (0) | 2021.12.10 |
[Android Studio]안드로이드 스튜디오 gradle task 안 보일때 gradle task not showing (0) | 2021.12.06 |
[Android Studio] Room Error (m1 mac os) kaptDebugKotlin 에러 간단하게 해결하기 안드로이드 스튜디오 (0) | 2021.10.08 |
[Android Studio] apk추출 시, 플레이스토어 출시 후 구글로그인이 안될 때 (0) | 2021.05.04 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Build failed because of webpack errors
- next.js useEffect
- 안드로이드 스튜디오 해시키
- amplify build error
- 라이브러리 라이센스
- 깃랩 잔디 옮기기
- 안드로이드 해시키
- react native 오픈소스 라이선스
- 커밋 이메일 변경
- kotlin
- 깃허브에서 깃랩으로
- 카카오 해시키
- react.js useEffect
- 깃랩에서 깃허브로
- non-zero exit code detected
- amplify next.js
- room error
- react native oss
- rn oss
- 깃허브 잔디 옮기기
- gitlab mirror
- nextjs ssr deploy
- rn 오픈소스 라이센스
- next useEffect
- kakao api notworking
- github mirror
- next.js ssr deploy
- Android Studio
- 안드로이드 스튜디오
- 코틀린
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함