Signature Verification instructions
In order to confirm the real identity of the developer, we need to perform signature verification when submitting the application. Developers need to download a blank signature package, use the same signature file as the uploaded application for signature, and package and upload. We will make a comparison, and the signature can be submitted for inclusion.
Jarsigner-verbose-keystore location-the apk alias before the signed apk in signedjar
Note: To sign the key library file and alias for liqu.apk, you must verify that the apk is consistent. Otherwise, the verification fails.
For example:
To sign the liqu.apk file, the file name to be signed is Liqusign.apk.
The key library file is d: \ project \ xxxxx. keystore
Alias (Alias) is SCSI
The signature command is:
Jarsigner-verbose-keystore xxxxxxx. keystore-signedjar Liqusign.apk Liqu.apk SCSI
For other signature methods, visit: http://www.liqucn.com/article/423324.shtml