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.
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.
Run this command:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android