Struct android_tools::aapt2::Aapt2Dump [−][src]
pub struct Aapt2Dump { /* fields omitted */ }
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