I have developed an application to display my location on google map. When I run the program, its showing the below error.
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.
Could you please help me solve this?
答案 0 :(得分:5)
在开发者控制台中,转到API Manager
你需要一些API密钥。
现在从API管理器转到概述
安装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)
没有其他办法可以解决我的问题,
答案 2 :(得分:0)
启用Google Map API后需要5分钟以上的时间。