Can't determine type for tag '<macro name="m3_comp_assist_chip_container_shape">?attr/shapeAppearanceCornerSmall</macro>'
2023. 3. 27. 23:13ㆍ안드로이드
728x90
build.gradle을 아래와 같이 수정하여 해결
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
->
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.0'
728x90
'안드로이드' 카테고리의 다른 글
| 레이아웃에서 버튼 화면 짤림 (0) | 2023.04.12 |
|---|