Fehlender api_key / aktueller Schlüssel mit Google Services 3.0.0

Da ich das Projekt mit der neuesten Version von Google Services und Bibliotheken (9.0.0) aktualisiert habe, tritt dieses seltsame Problem auf:

Grade Konsole:

:app:processDebugGoogleServices
Parsing json file: /Users/cyrilmorales/Documents/Projects/mobilemeans-punainenristi/app/google-services.json
:app:processDebugGoogleServices FAILED
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Missing api_key/current_key object
Information:BUILD FAILED

build.gradle (root):

dependencies {
    classpath 'com.android.tools.build:gradle:2.2.0-alpha1'
    classpath 'com.google.gms:google-services:3.0.0'
}

build.gradle (App):

dependencies {
    ....
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
    compile 'com.google.android.gms:play-services-gcm:9.0.0'
    compile 'com.google.android.gms:play-services-maps:9.0.0'
    compile 'com.google.android.gms:play-services-location:9.0.0'
    ...
}
apply plugin: 'com.google.gms.google-services'

Es funktioniert jedoch gut mit den Play-Service-Bibliotheken in 8.4.0 und Google-Services 2.1.0

Haben Sie eine Idee von der Lösung?

Antworten auf die Frage(32)

Ihre Antwort auf die Frage