gpt4 book ai didi

android - map 安卓 API : Authorization failure

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:00:47 25 4
gpt4 key购买 nike

和我类似的问题有很多。我把它们都看了一遍(我希望)。我也认为我做的一切都很好。 Maps v2Google Services 上次更新到 Rev 25

之前一直有效

我得到:

E/Google Maps Android API﹕ Authorization failure

Ensure that the "Google Maps Android API v2" is enabled.

Checked

Ensure that the following Android Key exists:
API Key: AIzaSyB...

Key ok checked

关键匹配。下一个:

Android Application (<cert_fingerprint>;<package_name>): 87:60:41:37...;com.example.example

Cert Ok证书匹配

所以一切都匹配,但我仍然得到Authorization failure

AndroidManifest

<meta-data
android:name="com.google.android.gms.version"
android:value="7571000" />
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key" />

gradle 应用程序:

dependencies {
compile 'com.google.android.gms:play-services-location:7.5.0'
compile 'com.google.android.gms:play-services-maps:7.5.0'
compile 'com.google.android.gms:play-services-gcm:7.5.0'
}

我还多次重新编译并重新安装了该应用程序

最佳答案

Delete older key and generate new key. Hope it helps!!

答案仅基于评论。

关于android - map 安卓 API : Authorization failure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30545124/

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