映射Android API:授权失败

映射Android API:授权失败,android,android-maps-v2,Android,Android Maps V2,有许多问题与我的类似。我(希望)把它们都看了一遍。而且我觉得我做的一切都很好MapsV2一直工作到上次将Google Services更新到Rev 25 我得到: E/Google Maps Android API﹕ Authorization failure Ensure that the "Google Maps Android API v2" is enabled. 钥匙匹配。下一步: Android Application (<cert_fingerprint>;&l

有许多问题与我的类似。我(希望)把它们都看了一遍。而且我觉得我做的一切都很好
MapsV2
一直工作到上次将
Google Services
更新到
Rev 25

我得到:

E/Google Maps Android API﹕ Authorization failure

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

钥匙匹配。下一步:

Android Application (<cert_fingerprint>;<package_name>): 87:60:41:37...;com.example.example
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!!

答案仅基于评论。

更新的问题,感谢您的快速响应
清单应用
删除旧密钥并生成新密钥。帮助!!这是个笑话@它成功了。这让我发疯。这就是解决方案,我很恼火。请把它写下来作为我能接受的答案(即使它是一行,但仍然是一行非常有用的一行)@MD lol,看来你知道你在说什么(-;无论如何,非常感谢
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!!