일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Binding Adapter
- recyclerview
- 면접
- 주석
- electron
- android studio
- Navigation Component
- 스플래시
- 개발자
- hilt
- themes.xml
- asLiveData()
- 안드로이드
- kotlin
- BottomNavigationView
- imageview
- Livedata
- Datastore
- fragment
- ViewModel
- 테마
- Jetpack Compose
- room
- nav_graph
- Safe Args
- Android
- 일렉트론
- TypeConverter
- Gradle
- 취업
Archives
- Today
- Total
목록에러 (1)
나만 보는 일기장
[Navigation Component] Safe Args Dependency 추가 후 에러 발생 해결 (The given artifact contains a string literal with a package reference "'android.support.design.widget'" that cannot be safely rewritten.)
The given artifact contains a string literal with a package reference "'android.support.design.widget'" that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx. Safe Args 추가 후 이런 에러가 떴는데 인터넷에 검색을 해봐도 버전을 올리고 내려도 도통 해결되지 않았습니다. 그러다가 똑같이 Safe Args를 썼는데 잘 작동했던 프로젝트와 비교해본 결과, // Safe Args implementation "androi..
개발/Android
2021. 12. 2. 17:08