We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Developer,
I am encountering an issue in the CodeAssist IDE while building an Android project. The error message states:
ERROR: unknown resource type 'macro'. [values.xml:8790]
values.xml
build.gradle
implementation 'androidx.compose.material3:material3:1.1.2' implementation 'com.google.android.material:material:1.11.0'
Theme.MaterialComponents
Theme.Material3
com.google.android.material
1.9.0
It would be helpful if CodeAssist IDE could:
I appreciate your time in reviewing this issue and look forward to a resolution in a future update.
Best regards, [Ravi🙂🪽]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Developer,
I am encountering an issue in the CodeAssist IDE while building an Android project. The error message states:
Issue Details:
values.xml
at multiple lines.values.xml
could also be a contributing factor.Steps to Reproduce:
build.gradle
:values.xml
.Possible Causes & Solutions:
values.xml
file might contain unsupported attributes or syntax.Temporary Workaround:
Theme.MaterialComponents
instead ofTheme.Material3
.com.google.android.material
to an older stable version (e.g.,1.9.0
).Request for Fix:
It would be helpful if CodeAssist IDE could:
values.xml
.I appreciate your time in reviewing this issue and look forward to a resolution in a future update.
Best regards,
[Ravi🙂🪽]
The text was updated successfully, but these errors were encountered: