Skip to content

Setup Maps API for Seraphimdroid

Aditya edited this page Jun 15, 2016 · 2 revisions

API Key

This App uses the Google Maps API, More Info and Setup here. You need to create a debug API key for Google Maps API to work. The API has been used for Remote Location and GPS coordinates.
Follow the steps here to get the key.

You need to generate the SHA1 for your Android Studio, to do that use keytool command:

Windows
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Linux / Mac OS X
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android