AaptOptions

DSL object for configuring aapt options.

Properties

PropertyDescription
failOnMissingConfigEntry

Forces aapt to return an error if it fails to find an entry for a configuration.

ignoreAssets

Pattern describing assets to be ignore.

noCompress

Extensions of files that will not be stored compressed in the APK.

useNewCruncher

Whether to use the new cruncher.

Methods

No methods

Script blocks

No script blocks

Property details

boolean failOnMissingConfigEntry

Forces aapt to return an error if it fails to find an entry for a configuration.

String ignoreAssets (read-only)

Pattern describing assets to be ignore.

See aapt --help

Collection<String> noCompress

Extensions of files that will not be stored compressed in the APK.

boolean useNewCruncher

Whether to use the new cruncher.

TODO: Document.