After updating my Android studio to Arctic Fox, Gradle scripts don't behave as previously. It does not show the root Gradle scripts to run. Any idea on this? How do I obtain Debug and Release SHA-1 fingerprints from the GUI?
How to obtain SHA1 Signature from Android studio Arctic Fox
1.3k views Asked by KZoNE At
3
There are 3 answers
0

Below steps will helpful to generate SHA1 signature from Android Studio Arctic Fox
- Click on Gradle from right pane in Android Studio and check below screenshot
- After click on Execute Gradle Task then it opens pop-up as Run Anything
- Write signingReport command after gradle keyword shown in popup and press enter then it will showing the debug key of MD5, SHA1 and SHA-256
- In Run window from bottom side of Android Studio, it will showing the debug key of MD5, SHA1 and SHA-256
Above picture will help you to obtain the SHA1 signature easily from Arctic Fox.
If you're on windows run
and on Linux/Mac run
This will generate the keys and show them in terminal. This command will give the debug keys. For release keys you can you can follow this answer. You can also get debug keys from the answer.