Skip to content Skip to sidebar Skip to footer

How To Merge Or Override The Build.xml For Android In Phonegap / Cordova

I'm working on a Multi-devices Hybrid Apps solution for Cordova in Visual Studio 2015. I'm using Grunt for some reasons so there is a 'node-modules' folder in my solution and I can

Solution 1:

Try adding this to \res\native\android\ant.properties:

aapt.ignore.assets=<dir>node_*

This file appears to be imported into build.xml (which is generated) so it provides a roundabout way of getting your value in there.

Post a Comment for "How To Merge Or Override The Build.xml For Android In Phonegap / Cordova"