Hi, I created an issue in JIRA: https://issues.apache.org/jira/browse/CB-5720
Description Add support for <resource-file src="glass.xml" target="xml/glass.xml" /> to a plugin's plugin.xml The above example would copy the file glass.xml from the plugin's directory to the platforms/android/res/xml/glass.xml The ubuntu platform had this feature already. Although undocumented. This is for the use case when a plugin in needs additional file e.g. in res/xml or other directories. An example for Android would be an authenticator that is specified in AndroidManifest.xml The code to implement this is here https://github.com/AxelNennker/cordova-plugman The pull request is here: https://github.com/apache/cordova-plugman/pull/41 -Axel