Generate Android Studio SHA1 Keys | Release & Debug
Learn how to generate Release and Debug SHA1 keys in Android Studio. Support my work with a coffee! β

The Code City
20.4K views β’ Nov 25, 2020

About this video
If this video helped you out, consider showing your support so that I can keep making free videos π:
Buy Me a Coffee! - https://www.buymeacoffee.com/thecodecity
In this guide we'll see how we can generate release SHA1 Certificate Fingerprint and debug SHA1 Certificate Fingerprint.
Generating the fingerprint is easy and we need to use the Keytool from Java, and if you're developing in Java than you already have it in your system.
Also, if you don't know how to generate release build APK, you can check it out here:
The command to generate release SHA1 Certificate Fingerprint is:
keytool -list -keystore keystore_path.jks.
You need to run this command from the bin directory of your java installation folder. Usually it's located at C:\Program Files\Java\jdk1.8.0_11\bin
Similarly, you can generate debug SHA1 Certificate Fingerprint using the following command:
keytool -list -alias androiddebugkey -keystore C:\Users\YourUsername\.android\debug.keystore
Replace yourusername with your windows username, that is where the debug.keystore is located, if you have it in some other directory, then you need to pull the path of that directory.
Buy Me a Coffee! - https://www.buymeacoffee.com/thecodecity
In this guide we'll see how we can generate release SHA1 Certificate Fingerprint and debug SHA1 Certificate Fingerprint.
Generating the fingerprint is easy and we need to use the Keytool from Java, and if you're developing in Java than you already have it in your system.
Also, if you don't know how to generate release build APK, you can check it out here:
The command to generate release SHA1 Certificate Fingerprint is:
keytool -list -keystore keystore_path.jks.
You need to run this command from the bin directory of your java installation folder. Usually it's located at C:\Program Files\Java\jdk1.8.0_11\bin
Similarly, you can generate debug SHA1 Certificate Fingerprint using the following command:
keytool -list -alias androiddebugkey -keystore C:\Users\YourUsername\.android\debug.keystore
Replace yourusername with your windows username, that is where the debug.keystore is located, if you have it in some other directory, then you need to pull the path of that directory.
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
20.4K
Likes
141
Duration
4:10
Published
Nov 25, 2020
User Reviews
4.2
(4) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.