เนื่องจากฉันอัปเกรดโครงการด้วยบริการและไลบรารีของ Google รุ่นล่าสุด (9.0.0) ฉันมีปัญหาที่แปลกประหลาดนี้:
คอนโซลเกรด:
: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 (แอป):
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'
อย่างไรก็ตามมันทำงานได้ดีกับห้องสมุดบริการการเล่นใน 8.4.0 และ google-services 2.1.0
คุณมีความคิดในการแก้ปัญหาหรือไม่?