How to get google map apikey in android

后端 未结 7 1707
轮回少年
轮回少年 2020-12-05 05:53

Hi At that time working on google map. I want to display map in my activity. I successfully display the map view. But i cant show the map i think i have wrong api key so h

7条回答
  •  再見小時候
    2020-12-05 06:25

    developer link

    https://developers.google.com/maps/documentation/android/v1/mapkey
    

    write below code in cmd and you get mdfi key then it will paste on google site

    $ keytool -list -alias androiddebugkey \
    -keystore .keystore \
    -storepass android -keypass android
    

    other link is below

    http://docs.xamarin.com/guides/android/platform_features/maps_and_location/obtaining_a_google_maps_api_key
    

提交回复
热议问题