Before this update we can get SHA1 code from Gradle but now it's look like it's changed.
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.
Using Gradle’s Signing Report You can also get the SHA-1 of your signing certificate by Gradle signingReport. But for that, you have to follow some steps. => open your project in Android Studio and open the project.
How to Get SHA-1 key in Android Studio for Firebase. 1 Using Keytool#N#Open a terminal and run the keytool utility provided with Java to get the SHA-1 fingerprint of the... 2 Using Gradle’s Signing Report More ...
You will see the option on Signing reports under: Gradle -> Tasks ->Android -> Signing Report. Signing Report Runs but does not show any logs. It shows the report user run tab on the android studio tray menus. As shown above, Scroll down, you will see MD5,SHA1,SHA-256 etc. 1.
Before this update we can get SHA1 code from Gradle but now it's look like it's changed. Unchecked the 'Do not build gradle task list during gradle sync' and click 'OK' You will see the option on Signing reports under: Gradle -> Tasks ->Android -> Signing Report. Signing Report Runs but does not show any logs.
Fixed this by doing this: Check here
8.Check the image below
1. Open Gradle
window from the right side and click on Execute Gradle task
icon.
2. Add signingreport
beside the "gradle
" and press Enter.
Terminal
in android studio, type ./gradlew signingReport
and press Enter.Step 1: Click Execute Gradle task
Step 2: Type : "signingreport" and Enter
Try using this command line in AndroidStudio Terminal
./gradlew signingReport
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