Where should resources, those that are meant to be included in both the MOE iOS app and the Android app of a project, be placed within the project such that both targets have access to them and bundle them appropriately in each generated app? I’m thinking about images and support files, etc.
I thought I had seen documentation or read about this someplace, but maybe I was mistaken.
when you have a libGDX project and are storing your resources in the Android target’s assets folder, then you need to set the MOE module’s main resource directory to that one:
With this, instead of using resources from ios-moe/src/main/resources, android/assets will be used. If you need both these resource direcories, then use: