从Play商店下载apk后,Google地图无法在Android中运行

时间:2018-04-25 12:46:16

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

大家好我正在制作一个地图应用程序。我的问题是当我创建发布版本并在我的真实设备地图上安装此版本时正在加载但是在上传相同版本到Play商店并立即下载到我的真实设备Google地图未加载获取错误

E/Google Maps Android API: Authorization failure.  Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.

04-25 18:05:27.159 10524-10703/? E/Google Maps Android API: In the Google Developer Console (https://console.developers.google.com)
Ensure that the "Google Maps Android API v2" is enabled.
Ensure that the following Android Key exists:
    API Key: AIz~~~~~~~~~~~~~~~~~~~~~~~~~~~0
    Android Application (<cert_fingerprint>;<package_name>)

有没有人知道为什么我会收到此授权失败?我在Google API's console中添加了SHA1以便发布。我也试过新钥匙,但没有运气。我已经在Stackoverflow上花了2天但没有运气。

1 个答案:

答案 0 :(得分:0)

您必须在AndroidManifest.xml中设置一个与开发期间使用的不同的GEO API密钥。使用新密钥上传应用程序而不在开发模式下运行,它将正常工作。