Generally we can SHA certificate fingerprints from Gradle (in right hand side of Android Studio) > Task > Android > signingReport
But in Android Studio Latest Update 4.2.1 the Task is not showing option to get the SHA fingerprint
So can anyone help me with that?
If you've published your app using Play App Signing, a requirement when using Android App Bundle, you can get your SHA-1 from the Google Play Console on the Release > Setup > App Integrity page.
Option 1 : Just goto gradle option (in the right side) then click on the gradle icon in the left-top side of the popup
then a popup will appears with "Run Anything" name , then type "gradle signingReport" and press enter
Then you will get the SHA in run tab
Option 2 : In Android Studio 4.2.1 the Gradle task list is disabled by default You can re-enable it from: Settings > Experimental > Do not build Gradle task list during Gradle sync.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With