1USAGE: apksigner <command> [options]
2       apksigner --version
3       apksigner --help
4
5EXAMPLE:
6       apksigner sign --ks release.jks app.apk
7       apksigner verify --verbose app.apk
8
9apksigner is a tool for signing Android APK files and for checking whether
10signatures of APK files will verify on Android devices.
11
12
13        COMMANDS
14
15sign                  Sign the provided APK
16
17verify                Check whether the provided APK is expected to verify on
18                      Android
19
20version               Show this tool's version number and exit
21
22help                  Show this usage page and exit
23
24