0

I am trying to get the SHA-1, however, gradle>android>task>android>signingReport does not show it in Android Studio 3.0.1, can anyone help with this, please?

I am completely new to App development, I am following a tutorial, when they do the steps above they see the SHA-1 - they are using an older version of Android Studio.

This is what I get when I run signingReport

which_part
  • 792
  • 3
  • 11
  • 26
J doe
  • 13
  • 1
  • 5

6 Answers6

2

Click here Here I added a screenshot of my android studio 3.0.1. Please check it you will find some better idea.

Prashant Jajal
  • 3,469
  • 5
  • 24
  • 38
2

Follow this Image for creating SHA1 fingerprint

enter image description here

chand becse
  • 304
  • 2
  • 7
2

Follow Below steps to get SHA-1 in Android Studio:

Step 1: Run your project.

Step 2: Click on gradle menu on right side

Step 3: Expand gradle task tree

Step 4: Open on android -> signingReport

Step 5: it will give you MD5 and SHA-1 in Run

yatin deokar
  • 730
  • 11
  • 20
0

Follow this tutorial for creating SHA1 fingerprint

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android 
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
0

Make sure you looking for result in the right place http://prntscr.com/if3e86

Maksym V.
  • 2,877
  • 17
  • 27
0

Open Your Project

Click on Gradle (From Right Side Panel, you will see Gradle Bar)

Click on Refresh (Click on Refresh from Gradle Bar , you will see List Gradle scripts of your Project)

Click on Your Project (Your Project Name form List)

Click on Tasks/Android

Double Click on signingReport (You will get SHA1 and MD5 in Run Bar)

veerendran
  • 169
  • 1
  • 4