If you’re thinking without writing, you only think you’re thinking.
(Leslie B. Lamport)

Entries from 2016-12-11 to 1 day

Get the SHA-1 fingerprint of the certificate

* To get the release certificate fingerprint: keytool -exportcert -list -v \ -alias <your-key-name> -keystore <path-to-production-keystore> * To get the debug certificate fingerprint: keytool -exportcert -list -v \ -alias androiddebugkey -keystore ~/.android/debug.keystore * Example:</path-to-production-keystore></your-key-name>…