I'm using a library (maven package) that contains translated strings while my app only has resources in English. According to the following, does this mean that I won't be able to Override the string resources of this library? Is there some way I can exclude the translated strings from the maven package?
This is exact, but it will fail if the string is translated in the library. The translated version in lib override the using-app version (translated or not).
yes you can use apktool to extract the translations, change them and pack them back.apktool link