How to find Android keystore file?

Viewed 30

I'm building an Android application with flutter, which I already generated a .keystore file for, because I’ve already uploaded it to the Google Play Store.

The problem is, I don’t know where my .keystore file is and I need to look up my SHA256 Fingerprint.

At first I thought that I lost it, but I pushed a update to the Google Play Store a week ago, and that wouldn’t work if I lost it, would it? My application files are AppBundles.

I’m on a M1 Mac with MacOS 12.6 and I’m working with Android Studio.

EDIT: And I’m not talking about the debug.keystore file, because I actually need the fingerprint which my app will have.

0 Answers
Related