Tôi đã cập nhật dự án của mình lên các dịch vụ Play mới nhất classpath 'com.google.gms:google-services:1.5.0-beta2'
. Tôi cũng đang sử dụng phiên bản mới nhất của dịch vụ play trong tệp app.gradle của mình dưới dạng:
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
Tuy nhiên khi tôi biên dịch, Gradle ném ngoại lệ như sau
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.