美文网首页
2019-07-05 获取签名SHA1 命令

2019-07-05 获取签名SHA1 命令

作者: 喜欢萌妹子的少年 | 来源:发表于2019-07-05 10:08 被阅读0次

    To get the release certificate fingerprint:

    keytool -exportcert -list -v -alias <your-key-name> -keystore <path-to-production-keystore>
    

    To get the debug certificate fingerprint:

    keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore
    

    备注:<your-key-name> 指的是签名时 alias 的名字

    相关文章

      网友评论

          本文标题:2019-07-05 获取签名SHA1 命令

          本文链接:https://www.haomeiwen.com/subject/jwcshctx.html