You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an issue in your build.gradle plugin: you are always applying plugin 'com.google.gms.googleservices.GoogleServicesPlugin' despite it can be added by another library before your gradle plugin is applied. When I'm building an application using 'cordova run android', I'm getting an error
"Cannot add extension with name 'googleServices', as there is an extension already registered with that name".
The text was updated successfully, but these errors were encountered:
nikolleto
changed the title
Cannot add extension with name 'googleServices', as there is an extension already registered with that name
[BUG] Cannot add extension with name 'googleServices', as there is an extension already registered with that name
Jan 21, 2020
Here is an issue in your build.gradle plugin: you are always applying plugin 'com.google.gms.googleservices.GoogleServicesPlugin' despite it can be added by another library before your gradle plugin is applied. When I'm building an application using 'cordova run android', I'm getting an error
"Cannot add extension with name 'googleServices', as there is an extension already registered with that name".
Please, take a look at my PR: #281
The text was updated successfully, but these errors were encountered: