Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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:
What do it do?
Use the following command to get SHA-1 hash of your signing key.
keytool -list -v -keystore KEYSTORE_PATH -alias ALIAS_NAME
Add a comment
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.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.