Skip to main content


Keytool

https://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html

Manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.


To print the SHA256 fingerprints of the APK signing certificate you can use eg.

keytool -list -printcert -jarfile <APK-file>