使用 Keytool 工具生成签名
使用 keytool 工具创建 keystore
keytool 是 jdk 自带的生成 keystore 的工具,可以 $JAVA_HOME/bin 下找到
根据提示输入相应信息,即可创建 release.keystore 成功。
创建 debug 用 keystore
如果使用 eclipse 打包,因为其 custom debug keystore 中的 alias 和 keypass 都需要特定的值才能自动识别。我们需要创建一个debug.keystore,用于eclipse 的打包。
最后更新于
这有帮助吗?