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

Prints the version of aapt2

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.