Phonegap build version 3.7.0 - fails on plugin build
I am trying to using pushwoosh on phonegap build and i get the error:
"Oh geez. Your build failed. Sorry, but a problem occurred on the build server"
when trying to build.
I tried using:
gap:plugin name="com.pushwoosh.plugins.pushwoosh" version="3.4.2" />
gap:plugin name="com.pushwoosh.plugins.pushwoosh" version="3.4.1" />
and both ended up with the same error.
I am using phonegap build with phonegap version of 3.7.0.
Anyone can help? thanks.
-
I have the same issue and here is the informations I gathered until now:
- This error is, in my case, caused by 2 plugins conflicting each others: pushwoosh-pgb-plugin & cordova-plugin-google-analytics
- The error become more explicit if you set a version code for google analytics as "0.7.1" -> "Two of the plugins in your app are incompatible as they both add a file with the same name...View logs to find.."
- Errors only happens on android, everything is OK on windows & ios
- Despite the error message, the build log is completely clueless, no infos about what is exactly causing this.
Please sign in to leave a comment.
Comments
2 comments