I need to use image resources from an iOS application that I’m porting to Android. Unfortunately they all have dashes in the file name, which causes errors.
I can’t rename the resources because they’re shared with the iOS codebase, and having duplicate resources is a no-go.
Is there a way I can get around this naming requirement?
There’s no way to get around the naming requirement, but you could use symlinks.
(I’m a bit confused, though, and kind of assume you must already be either copying the files or using symlinks. How else could you build both your Android and iOS apps, given the different directory structures required for each?)