Android app signing

The signature uses the jdk keytool tool to generate
keytool introduction: http://baike.baidu.com/item/keytool


1. View the content of the keystore file

keytool -list -v -keystore xxx.keystore


2. Generate keystore

keytool -genkey -v -keystore XXX.keystore -alias XXX -keyalg RSA -validity 36500

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326344707&siteId=291194637