I need to brand my application, and only few images need to be customized, the codebase is the same except few generated constants.
As aapt allows to specify many resource directories, is there any way to specify res directories in Eclipse .classpath file? Something like
<classpathentry kind="androidres" path="res/common" />
<classpathentry kind="androidres" path="res/brand/mybrand_a" />
Or is there any other mean to do that?
Thanks
Have you tried using symlinks from your brand-specific dirs to the main res/
dir?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With