Skip to content
Spencer McIntyre edited this page Jul 28, 2015 · 3 revisions

Google Maps API Key

Spencer McIntyre's Google account has the associated Google Maps API key. In order to use it, the certificate fingerprint of the system building the operator application must be associated with the API key. Use the following command to get the SHA1 certificate fingerprint and then send it to Spencer to have it associated with the API key.

$ keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Alias name: androiddebugkey
Creation date: 17 Feb 12
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Android Debug, O=Android, C=US
Issuer: CN=Android Debug, O=Android, C=US
Serial number: 4f3dfc69
Valid from: Fri Feb 17 15:06:17 SGT 2012 until: Sun Feb 09 15:06:17 SGT 2042
Certificate fingerprints:
     MD5:  11:10:11:11:11:11:11:11:11:11:11:11:11:11:11:11
     SHA1: 11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:11:01:11
     Signature algorithm name: SHA1withRSA
     Version: 3

The key must be added in the developers console.

Clone this wiki locally