How to add Android resources?

How can I add Android resource files to the Fuse build?

For example, I want to add res/xml/my-resource-file.xml (which will be referenced from a manifest entry)

Thanks!

Using a CopyFile directive inside an UXL file should be the way to go. See this forum thread for details.

More information can be found in UXL handbook.

As for editing Manifest, see Build settings page.

Hope this helps!

Yes, thank you - that did it.