-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
bazel merges android resource problem #3980
Comments
Did some digging, the issue is when Bazel is parsing this stylable attribute: Since it doesn't define a format, we assume it a reference instead of a definition. But Bazel can't find an actual definition for it (and neither can I...). |
Oh, it's inherited from a styleable in appcompat-v7: The problem is that maven_aar generates aar_import rules, but there are no deps between those aar_import rules. This is an ugly manifestation of the fact that Bazel does not have a good solution for transitive maven dependencies. I'll try and whip up a workaround. |
so, this issue is a duplicate of #2863. https://bazel-review.googlesource.com/c/bazel/+/20771 will add a |
I ran into android resource problems, the errors are
#1. undefined app elevation
#2. undefined some material items, for example widget.design.textinputlayout
The code is attached in this issue.
The code is straightforward, however, it depends on firebase-UI project https://github.com/firebase/FirebaseUI-Android which also depends on faceback and twitter login aars.
fire.zip
The text was updated successfully, but these errors were encountered: