I use some command to get MD5 private key from debug.keystore
file but actually I get SHA1 private key instead of MD5. I do not know how to get MD5.
This is command that I use.
keytool -list -alias androiddebugkey -keystore (path_to_debug_keystore).keystore -storepass android -keypass android
After clicking on the app, Navigate to Tasks. Inside Tasks, navigate to “android” and double click on the signing report option. After clicking on this option you will get to see the path for your debug. keystore file.
A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use: $ keytool -genkey -v -keystore debug.
Download source url: Set the generated keystore URL you get when you upload your file to the ANDROID KEYSTORE FILE section of the Code Signing tab). Download destination path: Set the location of the keystore file as a relative path. This path should be the same as the keystore path already defined in your build.
Try to simply add a -v to your command. Then you will get fingerprints in MD5, SHA1 and SHA256. The MD5 one should be accepted by Google API Signup. =)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With