Answers for "how to find sha1 fingerprint in latest version android"

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

android developer sha1 fingerprint

keytool -list -v \
-alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
Posted by: Guest on January-11-2021

Code answers related to "how to find sha1 fingerprint in latest version android"

Browse Popular Code Answers by Language