pub struct Aapt2Dump { /* private fields */ }
Expand description

Dump

Dump is used for printing information about the APK you generated using the link command. For example, the following command prints content from the resource table of the specified APK:

`aapt2 dump resources output.apk`

Dump syntax

The general syntax for using dump is as follows:

`aapt2 dump sub-command filename.apk [options]`

Implementations

Initialize aapt2 dump then specifies subcommand and apk file

Suppresses the output of values when displaying resource

Specifies a file as an argument to be dumped from the APK

Increases verbosity of the output

Displays help menu

Executes aapt2 dump with arguments

Trait Implementations

Returns the “default value” for a type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.