0

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 leebook 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.

Shakeeb Ayaz
  • 6,200
  • 6
  • 45
  • 64

3 Answers3

3

Here is screen shot for creating map key

enter image description here

make sure u hv this :

enter image description here

KOTIOS
  • 11,177
  • 3
  • 39
  • 66
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
2

You have to refer Google official site.

You can also refer step by step process how to generate google map api key and used using this So question.

If you are reading careful then 100% your problem is solve.

If any query then put comment.Happy coding.

Community
  • 1
  • 1
Harshid
  • 5,701
  • 4
  • 37
  • 50