How to find android SHA1 and SHA256 keys in your flutter application project.

Avishka Umayanga(FCB)
2 min readJul 25, 2021

--

Hi,

Have a nice day guys.

I’m Avishka Umayanga, A software developer from Sri Lanka.

_____________________

Today we will learn how to find android SHA keys from your flutter application project.

  1. Open the installed android studio.
Android studio splash screen
Android Studio splash screen.

2. Select the android SDK folder in your flutter application project with the android studio.

Project opening panel
Project opening panel of the android studio.

3. Open the android SDK folder by selecting an option that appears in the dialogue box.

Project opening message dialog.
Project opening message dialogue box.

4. Now you can see the Gradle files loading area at bottom of the android studio and wait few minutes until the loading is complete.

The Gradle files loading area.
The Gradle files loading area.

5. After the Gradle files are loaded, You can view their details in the Gradle panel on the right side of the android studio.

Loaded Gradle files details view panel
Gradle panel.

6. Now follow these steps to get your SHA keys.

  • Android -> Tasks -> android -> signingReport
SigningReport path
SigningReport path.

7. Finally you can open the signingReport and see it at the bottom of the android studio.

Viewed signingReport
Viewed signingReport.

8. Now you can get any SHA keys from the opened signingReport file.

SHA keys in the signing report.
SHA keys in the signing report.

Enjoy my friends!

We will see you next time with a new easy step lesson.

Good Luck!

--

--