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 的名字
网友评论