Fixed
Status Update
Comments
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
Fixed in 4.2 by ag/11898574 and cherrypicked back to 4.1 by ag/11897074. Thanks for the report!
Description
Repro:
--project project.xml
, withproject.xml
containing a line<manifest file="path/to/layout/AndroidManifest.xml"/>
Result: seemingly spurious errors like this:
Presumably,
RequiredSize
should not flag manifests, e.g., by only applying to XML files marked as resources (e.g., using the<resource>
tag when using--project
), or at least by ignoring manifest files (whether or not they're calledAndroidManifest.xml
.