Closed sandroweb closed 8 years ago
I believe that means multiple plugins are conflicting. What other plugins are you using?
I see an issue on stackoverflow that might provide some possible work arounds:
I see this issue, but I need a solution to configure on config.xml, to generate the project without problems.
And I use a lot other plugins, but I need maintain these plugins.
You know any solution to configure the "solution" into config.xml?
Hmm, not sure. Sorry. We can keep the issue open and maybe others might have recommendations. Thanks for the information.
Just a thought. Perhaps you should first identify which plugins are conflicting. Go to your project's plugins
folder and run something like:
$ grep com.google.android.gms **/*.xml -R
Afterwards, you can check if there are any updates for the plugins that use, what seems, older gms dependencies.
I tried the code:
$ grep com.google.android.gms **/*.xml -R
This command show me any lines of Pushwoosh plugin. After, I refreshed the Pushwoosh plugin to work.
Thank you @petarov and @cmackay for collaboration!!! Now the Android version are building the app normaly.
When I run the command
$ cordova run android --verbose
After remove your plugin, my app compile without errors.
I'm tested with Cordova Android Engine 5.0.0 and 5.1.1. My Cordova version is 6.3.1. The minSDKVersion of my App is 15.