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
Post a Comment