Sunday, 15 August 2021

How To Generate SHA1 Key For Andorid App.

www.indrajeetit.com

There are to ways to generate the sha1 key .It might be using commands in cmd . Second way is by using an android studio . 

1.) By Using cmd you need to use this statement :

keytool -list -v -keystore C:\Users\INDRAJEET\.android\debug.keystore -alias androiddebugkey
Note- Replace david with your username of your system.It will produce yout the SHA! key for your Android App.
Another way to create sha1 key is from  android studio like this-
  • STEP 1 -



Step 2-:

Step 3-:






So you have received your sha1 key . Now you can register your app with firebase.  
If any issue occurs feel free to contact.Thank you :)
Enjoy.
Happy coding.
Indrajeet chaturvedi
www.indrajeetit.com
+91-7985856963




No comments:

Post a Comment

Constructor in java

 Hello all this is a video based on Java and the concept is constructor in java.  https://youtu.be/QyBfVPelBQU Hit like and subscribe if you...