api key - How to get google map apikey in android -
hi @ time working on google map. want display map in activity. display map view. cant show map think have wrong api key how can api key of google map. create keystore , procedure didn't have idea how api key keystore.
i give permission in manifest file , add google map library cant show map.in activity extends mapactivity , write code fro map in xml.
if knows please tell me.
if have key got link below , add fingerprint along android project package name
you need login google account
https://code.google.com/apis/console

click on create new key. add fingerprint along android project package name.

you can see api key above
enable google map api v2 services tab.

then in manifest file under application tag
<meta-data android:name="com.google.android.maps.v2.api_key" android:value="my key"/>
Comments
Post a Comment