Struct android_tools::aapt2::Aapt2 [−][src]
pub struct Aapt2;Expand description
AAPT2
(Android Asset Packaging Tool) is a build tool that Android Studio
and Android Gradle Plugin use to compile and package your app’s resources.
[AAPT2] parses, indexes, and compiles the resources into a binary format
that is optimized for the Android platform
Implementations
Compiles resources incrementally from given resource path
Compiles resources from given resource dir
Compiles resources from given resource zip
Links given list of resources into an APK
Links resources from given /compiled_res folder into an APK
Used for printing information about the APK you generated using the link command
Prints the differences in resources of two APKs
Preforms resource optimizations on an APK
Converts an apk between binary and proto formats
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Aapt2
impl UnwindSafe for Aapt2
Blanket Implementations
Mutably borrows from an owned value. Read more
