Answers for "failed to apply plugin class 'com.google.gms.googleservices.googleservicesplugin'"

1

Failed to apply plugin [class 'com.google.gms.googleservices.GoogleServicesPlugin']

// in /platforms/android/cordova-support-google-services

// In this directory find the file {APP}-build.gradle

// Open and comment the next line

apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
Posted by: Guest on June-17-2020
0

Failed to apply plugin [class 'com.google.gms.googleservices.GoogleServicesPlugin'] site:stackoverflow.com

change 
cordova.system.library.8=com.google.android.gms:play-services-location+ 
to 
cordova.system.library.8=com.google.android.gms:play-services-location:11.6.2
in  platform/android/project.properties
Posted by: Guest on May-20-2020

Code answers related to "failed to apply plugin class 'com.google.gms.googleservices.googleservicesplugin'"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language