Find SHA1 for Android Studio for Google API


If we’re using ADT (Eclipse based), then we can find SHA1 keystore from Preferences. In Android Studio (IntelIJ), we couldn’t do that. We only can do manually :

1. Open your DOS
2. Go to “C:/Users/
3. Go to .android

4. Use keytool to retrieve keystore details by :

1
keytool -list -v -keystore debug.keystore

And you can find SHA1 results.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.