How to get Map-API key in android ?
Follow Below Step::
For Example. C:\Program Files\Java\jdk1.7.0_02\bin >
2.Now Get your debug.keystore path
For Example.
C:\Users\%USERNAME%\.android\debug.keystore
OR
C:\Documents and Settings\%USERNAME%\.android\debug.keystore
3.Now type command like,
keytool -v -list -alias androiddebugkey -keystore "C:\Users\Samir\.android\debug.keystore"
now your command prompt is
C:\Program Files\Java\jdk1.7.0_02\bin > keytool -v -list -alias androiddebugkey -keystore "C:\Users\Samir\.android\debug.keystore"
if 'keytool' is not found,then check your java path and make sure there is keytool.exe in your bin folder?
4. Enter Keystore Password :: android ,and android

now copy MD5 figerprint.
go to this link...
https://developers.google.com/maps/documentation/android/v1/maps-api-signup
and paste your MD5 and accept terms & condition
click on Generate API Key.and you get api key.

Thank you for this guide!
ReplyDeletewow, that worked great. I tried different tutorials, but they didnt work
ReplyDelete