
If you created a new project, enter the project name in the New Project dialog that is displayed. Click on a project name or create a new one by clicking NEW PROJECT: In a browser, navigate to the Google Developers Console API & Services Dashboard and click Select a project.
OLDER GOOGLE MAPS APK ANDROID
Creating an API projectĪfter you have retrieved the SHA-1 fingerprint of the signing keystore, it is necessary to create a new project in the Google APIs console (or add the Google Maps Android API v2 service to an existing project). You will use the SHA-1 fingerprint (listed after SHA1) later in this guide. Issuer: CN=Android Debug, O=Android, C=US You should see something like the following output in your console
OLDER GOOGLE MAPS APK UPDATE
Remember to update the AndroidManifest.xml file with theĬorrect Google Maps API key before deployment. Resulting SHA-1 fingerprint used to create a production Google Maps API The keytool will need to be run with the private key details, and the When deploying an app to Google Play, it must be Keytool -list -v -keystore /Users//.local/share/Xamarin/Mono\ for\ Android/debug.keystore -alias androiddebugkey -storepass android -keypass android Keytool.exe -list -v -keystore "C:\Users\\AppData\Local\Xamarin\Mono for Android\debug.keystore" -alias androiddebugkey -storepass android -keypass android Run keytool using the following command (using the file paths shownĪbove): keytool -list -v -keystore -alias -storepass -keypass įor the default debug key (which is automatically created for you for System/Library/Java/JavaVirtualMachines/.jdk/Contents/Home/bin/keytool Users//.local/share/Xamarin/Mono for Android/debug.keystore This tool is typically found in the Java binĬ:\Program Files\Android\jdk\microsoft_dist_openjdk_\bin\keytool.exe Information about a keystore is obtained by running the keytoolĬommand from the JDK.

Xamarin.Android application can be found at the following location:Ĭ:\Users\\AppData\Local\Xamarin\Mono for Android\debug.keystore By default the keystore that is used to sign debug versions of a
