How to enable "Google Maps Android API v2" in developers console

时间:2016-02-12 20:36:52

标签: android google-maps android-studio google-maps-android-api-2

I have developed an application to display my location on google map. When I run the program, its showing the below error.

enter image description here

But I couldn't find a way to enable "Google Maps Android API v2". I have found a question on the same. I am not quiet clear on how to follow that step.

enter image description here

Could you please help me solve this?

3 个答案:

答案 0 :(得分:5)

在开发者控制台中,转到API Manager

你需要一些API密钥。

  • 转到凭证。
  • 选择创建凭据,然后选择“API密钥”和“Android密钥”。
  • 在下一个屏幕中输入您的凭证的任何名称。
  • +添加包名称指纹中,编写您的包名称(com.sourcey.materialwhatever)和日志中显示的指纹(E4:...:B9)。

API Manager - Credentials

现在从API管理器转到概述

  • 查找“Google Maps Android API”并启用它。

API Manager - Overview

安装android sdk时可能有一个调试密钥库,使用它可以使用以下命令检查指纹: ($ HOME / .android / debug.keystore是默认位置)

keytool -list -v -keystore .android/debug.keystore

http://developer.android.com/intl/es/tools/publishing/app-signing.html

答案 1 :(得分:0)

没有其他办法可以解决我的问题,

  1. 打开控制台(console.developers.google.com)
  2. 从左侧选择凭据
  3. 单击您的API密钥
  4. 单击“密钥限制”下的“ API限制”
  5. 点击选择API,然后
  6. 将“ Android Maps SDK”添加到您的“ API限制”列表中
  7. “保存”

enter image description here

答案 2 :(得分:0)

启用Google Map API后需要5分钟以上的时间。