gpt4 book ai didi

android - 如何激活未列出的 Google Maps Android API v2

转载 作者:行者123 更新时间:2023-11-29 20:26:06 26 4
gpt4 key购买 nike

我遇到以下错误:

    09-13 15:13:56.147: E/b(356): Authentication failed on the server.
09-13 15:13:56.147: E/Google Maps Android API(356): Authorization failure. Please see https://developers.google.com/maps/documentation/android/start for how to correctly set up the map.
09-13 15:13:56.157: E/Google Maps Android API(356): In the Google Developer Console (https://console.developers.google.com)
09-13 15:13:56.157: E/Google Maps Android API(356): Ensure that the "Google Maps Android API v2" is enabled.
09-13 15:13:56.157: E/Google Maps Android API(356):

它没有在控制台中列出现在要做什么我怎样才能得到 map

最佳答案

我已经解决了这个问题:

  1. 将您的 google play 服务更新到最新版本并重建项目

  2. 应该应用 2 个不同的 API KEY,一个用于调试,一个用于发布,如果您使用 Map 模板创建项目会更容易,因此您将在项目中获得 goole_map_API.xml。如果您使用空白/空项目,只需在 src\debug\res\values 文件夹和 src\release\res\values\文件夹上创建 google_map_API.xml

  3. 要在 google_maps_apis.xml 上创建调试 API key ,您将获得链接,复制该链接并在浏览器中打开,使用该链接创建凭据 key 。您将从调试文件中获得的链接示例:

To get one, follow this link, follow the directions and press "Create" at the end:

https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=70:52:69:E7:6F:B9:61:62:C4:8B:F2:1D:A2:28:FE:55:43:4F:FF:08%3Bcom.devdov.myapplication
  1. 获得调试 key 后,将 API key 输入到您的 src\debug\res\values\google_map_APIS.xml。

  2. 最后一件事是为发布版本创建您自己的 API key ,将 API key 放入 src\release\res\values\google_map_APIS.xml。

  3. 重建您的项目

经过一天多的搜索和尝试,这个步骤对我有用

关于android - 如何激活未列出的 Google Maps Android API v2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32548533/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com