चूंकि मैंने 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 (रूट):
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- सेवाओं 2.1.0 में प्ले सर्विस लाइब्रेरी के साथ अच्छी तरह से काम करता है
क्या आपके पास समाधान का कोई विचार है?