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 14rotate Add a new signing certificate to the SigningCertificateLineage 15 16sign Sign the provided APK 17 18verify Check whether the provided APK is expected to verify on 19 Android 20 21lineage Modify the capabilities of one or more signers in an existing 22 SigningCertificateLineage 23 24version Show this tool's version number and exit 25 26help Show this usage page and exit 27 28