In android we need to generate SHA1 key fingerprint to get Google Api key for Google Map.
It just a one line command to generate SHA1 key.
First of all create your .keystore file and sign to your app and take down this keystore location.
then run keystore command like this
keytool -list -v -keystore <my_keystore> alias <alias_name> -storepass android -keypass android
and then we need to write keystore password then we get SHA1 fingerprint
0 Comment(s)