-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong string resource generation when using resourceOverlayDirectory with strings.xml #573
Comments
@Shusshu I suggest trying the latest 3.x version if possible and seeing if the unwanted behavior happens there. I believe 4.x introduced a different behavior than 3.x with resource overlays. |
jacobmattsson
added a commit
to jacobmattsson/maven-android-plugin
that referenced
this issue
May 24, 2016
…erlays dirs were not properly configured
Merged
Fixed with linked PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: