DSL object for configuring aapt options.
Property | Description |
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. |
Method | Description |
noCompress(noCompress) | Sets extensions of files that will not be stored compressed in the APK. |
noCompress(noCompress) | Sets extensions of files that will not be stored compressed in the APK. |
Forces aapt to return an error if it fails to find an entry for a configuration.
See aapt --help
Collection
<String
>
noCompress
Collection
<String
>Extensions of files that will not be stored compressed in the APK.
Equivalent of the -0 flag. See aapt --help
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.