안드로이드 스튜디오 : Can’t determine type for tag m3_comp_bottom_app_bar_container_color 에러
(포스팅 2022.12.19)
안드로이드 스튜디오에서 빌드 시 발생하는 에러
Can’t determine type for tag ‘<macro name=”m3_comp_bottom_app_bar_container_color”>?attr/colorSurface</macro>’
dependencies 버전이 맞지 않아 발생합니다.
ㅇ 해결책
Gradle Scripts ㅡ> build gradle (Mobile...)로 들어가서 아래 내용을 수정합니다.
수정전 :
implementation 'com.google.android.material:material:1.7.0'
수정후 :
implementation 'com.google.android.material:material:1.6.1'
포스팅은 여기까지입니다.
언제나 감사드립니다.
안드로이드 스튜디오 : 삽입/덮어쓰기 모드 전환 안되도록 하려면 (0) | 2023.01.14 |
---|---|
안드로이드스튜디오에서 TODO 주석으로 메모하기 (0) | 2023.01.04 |
안드로이드 스튜디오 실행시 에러 (0) | 2022.12.12 |
이클립스 : 글자 크기 변경 (0) | 2022.12.12 |
이클립스 : 분리된(detatch) 창 붙이기 (0) | 2022.12.05 |
댓글 영역