Open Baadier-Sydow opened 7 years ago
I was having this exact issue! I resolved it by sigh adding another plugin.
someone made a package to resolve this exact conflict: https://github.com/dpa99c/cordova-android-play-services-gradle-release
Adding this plugin resolved my issue
Thanks, I'll give it a shot.
I've already spent quite a bit of time on this but the plugin you mentioned may also resolve the issues we had trying to setup up the Firebase Analytics plugin which resulted in similar errors.
I'm struggling along with this error
I tried running ionic cordova build android --stacktrace --debug --log but it doesnt give me any more information on the offending plugin.
My understanding is that theirs a version clash with my plugin dependencies but this was the last plugin I installed https://github.com/cowbell/cordova-plugin-geofence/ and it says
in its plugin.xml and my gradle.build for my project has this compile block
I've done a search across the plugins and I only see these mentions in 2 plugins
cordova-plugin-fcm
cordova-plugin-geofence
Am I thinking about this incorrectly? I'm not a Java/Android developer so this part of it is all new to me