Android google maps release key?

前端 未结 4 1026
心在旅途
心在旅途 2020-12-19 15:24

How do I get a release key for Google Maps? I used my current key with a debug.apk and a signed-release.apk, and the maps dont render on the release.apk, so I assume its a A

4条回答
  •  别那么骄傲
    2020-12-19 16:29

    1. You have to enable Google Maps API here:

    https://console.developers.google.com/apis/dashboard

    1. You have to create key here:

    https://console.developers.google.com/apis/credentials/oauthclient?

    1. Put your key into AndroidManifest.xml file.

    That's it!

    More detailed:

    https://developers.google.com/maps/documentation/android-api/config?hl=en

提交回复
热议问题