Generate SHA1 fingerprint of release keystore using keytool

preview_player
Показать описание
Generate SHA1 fingerprint of release keystore using keytool
Рекомендации по теме
Комментарии
Автор

I was struggling with the OAuth issue for a week... man.. you saved my another week... thanks boi 🙌

vikasvimal
Автор

Siempre me olvido y siempre vuelvo a este video, grande !!!

edermardominguez
Автор

Bro. I have a question . I am an experienced java developer . New to android . Question is that I did a simple app for otp authentication using firebase otp authenticatiom . I exported the App from android studio and installed in my android handset (ie not emulator) . Iwhen i use the app its showing error that the app is not authorized to use firebase auth. Its asking for some SHA1 fingerprint or code . Please tell how to fix this . I don't have play store account .pls help. I just need to test this before I can buy a play store account

subramanianchenniappan
Автор

Hi, i have tried this way but my command prompt saying that keytool is not recognized internal or external command

Travelxxyz
Автор

Only tutorial that helped me!! Thanks bro

rutvikpachkawade
Автор

Nice and clear video. Helped me out a bunch.

THBST
Автор

My app phone auth work for debugging app only but not working for the released app. I think the problem is in SHA fingureprint.But I don't know where to put this fingureprint in firebase or what to do with it.Please help me.

bhaskarjyotidutta
Автор

Hy when I generating signd apk I got json file not jks file ... It is work

chandansoni
Автор

i din't know what is the key store i use it all the key but not working

lillifolse
Автор

not very clear, what is "where keytool" ???

picgo
Автор

didnt ask me for any password after pasting the all path

SamirSamedovsamisgood
Автор

thanks buddy you are genius (Y) keep rocking

mohsinsiddiqui
Автор

super helpful! thank you a
10.10.2016

marlhex
Автор

workin for me
keytool -J-Duser.language=en -exportcert -alias MyButton -keystore -list -v


just pc frensh version

animalstreet
Автор

I LOVE YOU MAN THANKS THANKS THANKS...

efrainmanasesmoralescontre
Автор

maybe this can help :

keytool -exportcert -alias {INSERT_NAME_OF_THE_JKS_KEY} -keystore {INSERT_PATH_OF_THE_JKS_KEY} -list -v

edermardominguez