The Certificate fingerprint, also called certificate thumbprint is a set of characters generated from the certificate. These characters uniquely identify a public key. This article will show you how to get fingerprint from Android Keystore.
1. Run Command Prompt with Administrator permission.
2. Go to Java JDK/bin location.
3. Get the fingerprint from keystore
Use following command:
keytool -exportcert -keystore "path-to-debug-or-production-keystore" -list -v
Enter your keystore's password -> Enter
Thanks!
thanks
ReplyDeletedoesn't work... it says: Illegal option: PROJECTS\*******\******.keystore
ReplyDeletekeytool -exportcert [OPTION]...
GOD BLESS YOU !
ReplyDelete