How to generate the SHA-1 hash

Asked

Viewed 266 times

-1

I am configuring my project to implement login with Google, however I am having some difficulties it asks for the SHA-1 key, and I do not know which commands should use to generate the key.

Google passes this command but I need to know what to insert in it:

keytool -exportcert -keystore path-to-debug-or-production-keystore -list -v

1 answer

0

Google is asking for the path to your debug key. In my notebook I use:

keytool -exportcert -keystore C:\Users\meuNome\.android\debug.keystore -list -v

Browser other questions tagged

You are not signed in. Login or sign up in order to post.