Open JackyLau opened 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
Please see here …. https://github.com/mauron85/cordova-plugin-background-geolocation#multidex ...… section on Multidex
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