일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Datastore
- asLiveData()
- 일렉트론
- imageview
- 면접
- Livedata
- nav_graph
- Gradle
- recyclerview
- ViewModel
- TypeConverter
- electron
- BottomNavigationView
- 개발자
- 주석
- Binding Adapter
- hilt
- kotlin
- Android
- Safe Args
- Jetpack Compose
- 취업
- room
- fragment
- 테마
- 스플래시
- Navigation Component
- themes.xml
- android studio
- 안드로이드
Archives
- Today
- Total
목록android.support.design.widget (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