Struct android_tools::aapt2::Aapt2Convert [−][src]
pub struct Aapt2Convert { /* fields omitted */ }
Implementations
Initialize aapt2 convert and then specifies output path to convert
Format of the output. Accepted values are proto
and binary
. When not set,
defaults to binary
Enables encoding sparse entries using a binary search tree. This decreases APK size at the cost of resource retrieval performance
Preserve raw attribute values in xml files when using the ‘binary’ output format
Trait Implementations
Returns the “default value” for a type. Read more