안드로이드 스튜디오 Can’t determine type for tag ….. 오류

안드로이드 스튜디오에서 빌드 중 아래와 같은 오류가 발생하였다. Can’t determine type for tag ‘<macro name=”m3_comp_bottom_app_bar_container_color”>?attr/colorSurface</macro>’ dependencies 버전이 안 맞아 발생하는데 Gradle Scripts -> build.gradle(Module…app) 오픈 dependencies 리스트 중 implementation ‘com.google.android.material:material:1.7.0’ 를 implementation ‘com.google.android.material:material:1.6.1’ 으로 변경해면 해결됨.

안드로이드 스튜디오 – bumblebee, dolphin : FireBase 연동방법

안드로이드 스튜디오를 돌핀으로 업그레이드 후 FireBase를 적용하려고 기존 북극여우 버전에서는 문제없는데 돌핀에는 Firebase 사이트에 있는 방법으로 하면 오류가 발생하여 돌핀버전에 적용하는 방법을 정리해둔다.   google-services.json 파일은 기존 방법대로 적용한다. Project- build.gradle 오픈하여 제일 위에 아래 내용추가 //아래 firebase용 추가 시작 buildscript { repositories { // Make sure that you have the following two repositories google() …
안드로이드 스튜디오 – bumblebee, dolphin : FireBase 연동방법 더보기