I have extracted MD5 fingerprint
.Now I want to obtain the Google Map key
but link is not working. I found http://code.google.com/android/maps-api-signup.html in Wei-Meng lee
book Beginnining Android 4 Application Development
latest publication to get the Google Map key
.Can anyone update the new link to get the Google Map key
. I googled it but not able to find it.
Asked
Active
Viewed 125 times
0

Shakeeb Ayaz
- 6,200
- 6
- 45
- 64
-
u need sha key and go to https://code.google.com/apis/console/b/0/?pli=1#project:557155832266 – KOTIOS Oct 07 '13 at 04:51
-
go to there https://code.google.com/apis/console – Sunil Kumar Oct 07 '13 at 04:52
-
@Monica Thanx...is `MD5 fingerprint` no more useful. and Sha1 key is only the way to get `Google Map key` from now. – Shakeeb Ayaz Oct 07 '13 at 05:10
3 Answers
2
Use this link...and go to Services turn on the service named Google Maps Android API v2,
then go to API Access
Now Click on Create New Android Key
after that Paste your SHA1 key ; and your project's package name
for ex: YOUR_SHA1_KEY;com.example.xyz
And lastly click on create.It will generate your google map key for you.

Jaydipsinh Zala
- 16,558
- 7
- 41
- 45
-
can u update ur ans with detail explain how to get the Google Map key using this link.Step by step – Shakeeb Ayaz Oct 07 '13 at 05:00
-