0

I am working on Flutter application and want to locate SHA-1 key. I opened android directory in Android Studio but the gradle section is not showing signingReport option.

Here is the screenshot of my android studio.

enter image description here

Dev94
  • 757
  • 6
  • 24
  • I did check this answer but the gradle bar not showing gradle scripts like that given in the screenshot of answer. There is not folder like Taks=>android=>signingReport. – Dev94 Jul 07 '21 at 11:57

1 Answers1

1

Run this command:

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android 
Felipe Sales
  • 1,037
  • 1
  • 11
  • 15