Encountered some strange behaviour with the maven-android-plugin v4.1.0 and string resources generation. We have defined a resourceOverlayDirectory to override some resources in the applications original 'res' folder. The resourceOverlayDirectory contains a strings.xml file in the values directory. When we've build our apk with maven, the generated string resources file seems to point to the wrong string values, because wrong string values are placed on the views. Is there something known what could cause this issue?
0 comments:
Post a Comment