I am getting this error for Android build:
Error - Two of the plugins in your app are incompatible as they both add a file with the same name. View logs to find which plugins are causing this issue.
The log does not show anything useful, so I examined the plugin.xml of both plugins, and found the following:
[source-file src="src/android/org/apache/cordova/api/Dummy.java" target-dir="src/org/apache/cordova/api"/]
Dummy.java contains an empty class, with some comments saying 'dummy class to ensure the org.apache.cordova.api package exists'
Is there a way to force PhoneGap Build to simply overwrite files in this instance?
Error - Two of the plugins in your app are incompatible as they both add a file with the same name. View logs to find which plugins are causing this issue.
The log does not show anything useful, so I examined the plugin.xml of both plugins, and found the following:
[source-file src="src/android/org/apache/cordova/api/Dummy.java" target-dir="src/org/apache/cordova/api"/]
Dummy.java contains an empty class, with some comments saying 'dummy class to ensure the org.apache.cordova.api package exists'
Is there a way to force PhoneGap Build to simply overwrite files in this instance?

