-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>' #1003
Comments
Sorry but this is too little information for us to reproduce. |
We are using material version 1.0.0 in our current project so getting this error. How to fix it? Not able to match to material version 1.8.0 which chucker is using as it is breaking other things. What is the alternative for this? |
@kanch231004 doing something like this would help:
as it will exclude the transitive dependency on MDC that Chucker is adding |
That's a problem in your build file. Can you share it? Also is it a |
Yes right, Getting this error as we are using material 1.0.0 and after excluding I think material component versions used by chucker are not found. How can I continue using my material component version and also resolve this UI issue? Android resource linking failed
|
Sorry this is not possible. You should update the version of Material you use. Chucker needs it to render complex UI and we don't support down till material 1.0.0. An alternative for you is to use a older version of Chucker, like |
Getting same issue |
✍️ Describe the bug
I got this exception when setup Checker:
Can't determine type for tag '?attr/colorSurface'
I think it depend on version of com.google.android.material : 1.7.0
The text was updated successfully, but these errors were encountered: