Struct creator_tools::tools::Aapt2[][src]

pub struct Aapt2;

Implementations

Compiles resources to be linked into an apk.

Links resources 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.

Prints the version of aapt.

Runs aapt in daemon mode. Each subsequent line is a single parameter to the command. The end of an invocation is signaled by providing an empty line.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.