Error “Die Datei google-services.json fehlt im Modulstammordner. Das Google Services-Plug-in kann ohne dieses Plug-in nicht funktionieren. &#8220

Ich habe mein Projekt auf die neuesten Play-Dienste aktualisiertclasspath 'com.google.gms:google-services:1.5.0-beta2'. Ich verwende auch die neueste Version von playservices in meiner app.gradle-Datei als:

compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'

Jedoch wenn ich kompiliere, wirft Gradle eine Ausnahme wie folgt aus

Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.

Antworten auf die Frage(44)

Ihre Antwort auf die Frage