Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>'
新建項(xiàng)目出現(xiàn)
Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>'
原因
報(bào)錯(cuò)提示無(wú)法確定values.xml文件中macro標(biāo)簽的類型途戒,根本原因在于配置文件版本問(wèn)題坑傅,
解決方案:
// 將高版本
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
//替換為
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'