Please consider the following link:
https://code.google.com/p/android-apktool/wiki/KnownIssues
Towards the bottom it's stated:
I've found that some APKs don't conform to regular Android standards. They were probably built using a modified aapt, which makes decompiling near impossible. These APKs are called "Magic" apks and probably won't be supported.
So, how do I can protect my app? I'm interested in modified aapt
, but I have no idea where to begin? Thank you.