0

hi I'm trying to find release sha1 key I followed this Solution Generate SHA-1 for Flutter app

and all good but I cannot find Config : Release sha1 key.

only Debug sha1 key I only got these

Variant: debugUnitTest
Config: debug

Variant: debugAndroidTest
Config: debug

Variant: release
Config: debug

Variant: profile
Config: debug

Variant: releaseUnitTest
Config: debug

Variant: profileUnitTest
Config: debug

Variant: debug
Config: debug

all same sha1 key

what is this problem & solution??

SILENMUS
  • 367
  • 5
  • 15

1 Answers1

0

Generate the sh1 with one step: just run this command

keytool -list -v -keystore "C:\Users{Your user name}.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

Mohamed Reda
  • 827
  • 9
  • 18