1

I tried using:

keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | PATH_TO_OPENSSL_LIBRARY\bin\openssl sha1 -binary | PATH_TO_OPENSSL_LIBRARY\bin\openssl base64 

This didn't seem to work for me as it said:

enter image description here

What do it do?

2 Answers 2

1

Use the following command to get SHA-1 hash of your signing key.

keytool -list -v -keystore KEYSTORE_PATH -alias ALIAS_NAME 
Sign up to request clarification or add additional context in comments.

Comments

0

Open your Gradle menu in Android studio. Expand the "Tasks" Inside "android", please click on "signingReport" In you run tab, you will find the SHA-1 key.

1 Comment

That's not they way to generate releasekey. I already did it!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.