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

enter image description here

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

enter image description here

you can see api key above

enable google map api v2 services tab.

enter image description here

then in manifest file under application tag

 <meta-data android:name="com.google.android.maps.v2.api_key" android:value="my key"/> 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -