. Android Developers Blog: Obtain Google Maps API key
Showing posts with label Obtain Google Maps API key. Show all posts
Showing posts with label Obtain Google Maps API key. Show all posts

Monday, 30 July 2012

Google map example in android

Android Google map and Google api key example Hello Friends ,Here I am sharing the full tutorial of How to implements Google map in your android application: Step 1: Creating Key Store  Open the command prompt and follow the steps C:\Mukesh\Android-Sdk\tools>keytool -genkey -v -keystore projectkey.keystore -alias aliasname -keyalg RSA -keysize...

Sunday, 22 July 2012

Creating keystore and google api key for google maps-Android

Open the command prompt and follow the steps C:\Mukesh\Android-Sdk\tools>keytool -genkey -v -keystore projectkey.keystore -alias aliasname -keyalg RSA -keysize 2048 -validity 15000 Enter keystore password: ------------ What is your first and last name? [Unknown]: ------------ What is the name of your organizational unit? [Unknown]: ------------ What is the name of your organization? [Unknown]:...

 

Copyright @ 2013 Android Developers Blog.