Hi there,
I’d like to copy an XML file into a specific subdirectory in my Android apk. This must be possible in the build system - but how do I do it?
Example:
Source: content\appdata\myxml.xml
Dest: APK:res\xml\myxml.xml
Looks like I can probably modify the build scripts, but also seems like there should be a data driven approach.
Regards,