I'm trying to build a binding library for the Android Zoom SDK.
The SDK is contains 2 .arr files, so I ended up with 2 binding library.
When I try to use these 2 binding libraries in a demo application, I have the following error during build with resources that comes from one of them.
multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
I understand the problem perfectly, but can I do something about it? It seems to me that Transforms are all about code, and not about resources at all.
Any help appreciated.
EDIT 1:
Here's my GitHub repo for you to reproduce the issue.