作者:寓言定格e | 来源:互联网 | 2023-10-16 13:49
有很多类似于我的问题.我完全超越了他们(我希望).另外我觉得我做的一切都还可以.Mapsv2一直有效,直到上次更新GoogleService到Rev25我越来越:EGoogleMa
有很多类似于我的问题.我完全超越了他们(我希望).另外我觉得我做的一切都还可以. Maps v2一直有效,直到上次更新Google Service到Rev 25
我越来越:
E/Google Maps Android API﹕ Authorization failure
Ensure that the "Google Maps Android API v2" is enabled.
Ensure that the following Android Key exists:
API Key: AIzaSyB...
主要比赛.下一个:
Android Application (;): 87:60:41:37...;com.example.example
证书匹配
所以一切都匹配,但我仍然得到授权失败
AndroidManifest
android:name="com.google.android.gms.version"
android:value="7571000" />
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!!
答案仅基于评论.