Using image resources which don't comply to Android's naming scheme -


i need use image resources ios application i'm porting android. unfortunately have dashes in file name, causes errors.

i can't rename resources because they're shared ios codebase, , having duplicate resources no-go.

is there way can around naming requirement?

there's no way around naming requirement, use symlinks.

(i'm bit confused, though, , kind of assume must either copying files or using symlinks. how else build both android , ios apps, given different directory structures required each?)


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -