How do I add a file to the build process?

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,

Finally got some time to double back on this. I found that adding the file to Engine/Build/Android/APK/… gets it into the build (now I have to work out why it’s throwing errors about the xml I’ve added).

And actually looks like you can add files from MyProject/Build/Android/res