I want to create two different APKs from my Android app. The difference between them is the images in the res / drawable directory. I know that at runtime you can use a different set of resources depending on the language settings, hardware or something else, but how to do it? (is it possible to specify a different directory, then res / drawable?)
(I am currently copying / replacing all resources every time I want to create a new version)
source share