프로젝트를 최신 Play 서비스로 업데이트했습니다 classpath 'com.google.gms:google-services:1.5.0-beta2'
. 또한 app.gradle 파일에서 최신 버전의 playservices를 다음과 같이 사용하고 있습니다.
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
그러나 컴파일 할 때 Gradle은 다음과 같이 예외를 throw합니다.
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.