Struct android_tools::aapt2::Aapt2 [−][src]
pub struct Aapt2;
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. https://gerrit.pixelexperience.org/plugins/gitiles/frameworks_base/+/refs/tags/android-10.0.0_r2/tools/aapt2/cmd/Diff.cpp
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