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?
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.
3
Answers
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.
You just need to go to
File > Settings...
In the
Experimental
menu, uncheck the option ‘Do not build Gradle task list during Gradle sync‘. See the steps below.Below steps will helpful to generate SHA1 signature from Android Studio Arctic Fox
Above picture will help you to obtain the SHA1 signature easily from Arctic Fox.