Skip to content

Conversation

iBotPeaches
Copy link
Owner

@iBotPeaches iBotPeaches commented Nov 16, 2023

// Whether validation errors should be treated only as warnings. If this is 'true', then an
// incorrect node will not result in an error, but only as a warning, and the parsing will
// continue.
bool warn_validation = false;

Missed this during aapt2 addition. We should have aapt2 in the least strict mode possible as we are rebuilding apps and shouldn't be binded by the latest in build-time enforcement from aapt2.

Fixes: #3427

@iBotPeaches iBotPeaches added this to the v2.9.1 milestone Nov 16, 2023
@iBotPeaches iBotPeaches merged commit 72d0bc1 into master Nov 16, 2023
@iBotPeaches iBotPeaches deleted the issue-3427 branch November 16, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Unexpected element found in manifest
1 participant