-
After migrating to AndroidX, Error inflating class android.support.design.widget.AppBarLayoutAndroid 2020. 6. 14. 02:13반응형
AppBarLayout
add below 'material:1:1:0' in build.gradle (Module: app)
implementation 'com.google.android.material:material:1.1.0'
in layout.xml
AppBarLayout -> com.google.android.material.appbar.AppBarLayout
coordinatorlayout
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
constraint:constraint
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
반응형'Android' 카테고리의 다른 글
[Android] CountDownTime 주기적 실행 타이머 (0) 2020.06.16 [Android] TextView string bold 처리 in string.xml (0) 2020.06.16 애드몹 테스트 광고 ID (0) 2020.06.14 Kotlin을 사용한 프로젝트 build 후 실행 시java.lang.ClassNotFoundException 날 때 (0) 2020.06.09 WARNING: DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with (0) 2020.06.09