Answers for "how to fingerprint sha1 in android studio 4.0"

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
1

Get SHA1 fingerprint certificate in Android Studio

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Posted by: Guest on April-20-2021

Code answers related to "how to fingerprint sha1 in android studio 4.0"

Browse Popular Code Answers by Language