这几篇文章有介绍,可以参考:
http://www.ourunix.org/post/146.html
http://www.cnblogs.com/qianxudetianxia/archive/2011/04/09/2010468.html
官方文档中关于 debug签名和release签名的说明:
be signed in debug mode :https://www.jetbrains.com/idea/help/generating-an-apk-in-the-debug-mode.html
be signed in release mode :https://www.jetbrains.com/idea/help/generating-a-signed-release-apk-using-a-wizard.html#d171916e18547
整个签名流程就是:
1. 在keystore(密钥库 XXX.keystore )中建立你的密钥
1. 在keystore(密钥库 XXX.keystore )中建立你的密钥
密钥库有password,密钥也有password,两者密码可以相同也可以不同
创建一个新的密钥需要:密钥别名,密码,密钥用年限,证书(作者名,所在单位,所在组织,所在城市,所在省,所在国家)
2.通过所选的密钥(XXX.keystore中的某个别名密钥)来对app进行签名