androidfirebaseandroid-studiocode-signing-certificate

Android Studio 4.2 doesn't show signing report in the Gradle bar


I'm starting a new project using Firebase and I have to get an SHA1 key from my project. Recently I've updated Android Studio to version 4.2 and the signing report tab disappeared from the Gradle bar.

Follow the image :

enter image description here

How can I get SHA1 easily in android studio 4.2?


Solution

    1. Click on right hand side gradle icon

    enter image description here

    1. Type gradle signingReport in the terminal

    enter image description here

    then you get the desired SHA fingerprint.