At start google-services ver. is classpath \'com.google.gms:google-services:4.1.0\'
, but when I change it to 4.2.0
the error occurs during Sy
I resolved the ArrayIndexOutOfBoundsException by adding the following after applying the google-services plugin at the end of my build script:
apply plugin: 'com.google.gms.google-services'
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true
This disables the version check which is buggy in google-services 4.2.0