appfeel / admob-google-cordova

AdMob ads Cordova/Phonegap/Intel XDK plugin for Android iPhone with latest SDK's
MIT License
132 stars 127 forks source link

Conflict with cordova-plugin-background-geolocation #117

Open JackyLau opened 4 years ago

JackyLau commented 4 years ago

When I use PhoneGap, the same "com.google.android.gms" conflicts with "cordova-plugin-background-geolocation"

I believe it can change the ... ... in "plugin.xml" to achieve compatibility and solve the problem

The content in "cordova-plugin-background-geolocation" is like this ..... <framework src = "com.google.android.gms: play-services-location: 11+ />

You can refer to .... https://cordova.apache.org/docs/en/5.4.0/plugin_ref/spec.html#link-18

Because I use PhoneGap, I don't understand how to changes and combine the source then input to PhoneGap ... I hope that after the new version can be changed ... I can directly use New version use for

JackyLau commented 4 years ago

Please see here …. https://github.com/mauron85/cordova-plugin-background-geolocation#multidex ...… section on Multidex