Answers for "how to get sha1 android"

5

how to get sha 1 in android studio

keytool -list -v -keystore "%USERPROFILE%.androiddebug.keystore" -alias androiddebugkey -storepass android -keypass android
Posted by: Guest on November-17-2020
2

how to find sha1 fingerprint in latest version android

I have easy answer. To find SH1 do these simple steps

step 1 Go to setting and you can also press ctrl + alt + s

step 2 Go to Experimental and then unTick the option named Do not build Gradle task during Gradle sync and then press ok

step 3 Go to File then choose the option of Sync Project with Gradle files

step 4 click on Gradle on the right side of panel then Tasks then android then double click on signingReport

then you get the SH1 fingerprint
Posted by: Guest on June-15-2021

Code answers related to "how to get sha1 android"

Browse Popular Code Answers by Language