Well. As I implied. :-) I am using IntelliJ and Maven to build the
project. My colleagues use Eclipse.
I thought I needed this to build debuggable APKs. It seems IntelliJ
IDEA always sets this to true when I use a run or debug configuration.
Interestingly enough, even when I set it to false. So I guess I do not
know whether IDEA is resolving this reference.
Now I need to check if the android-maven-plugin support aapts
--debug-mode switch to set it for certain builds. It seems, it does
via
<aaptExtraArgs><aaptExtraArg>--debug-mode</aaptExtraArg></aaptExtraArgs>
See:
http://stackoverflow.com/a/9499287/199972
Regards,
Dirk