Hello,
I am trying to obfuscate a big application and it is crashing.
Even if I only apply the obfuscation to the main activity. Like this:
-obfuscate-constants class <myPackage>.MainActivity { *; }
-obfuscate-control-flow class <myPackage>.MainActivity { *; }
-obfuscate-arithmetic,low class <myPackage>.MainActivity { *; }
-obfuscate-strings class <myPackage>.MainActivity { *; }
- Is there a way to disable all the features? I want to disable everything and just start enabling little by little to find the error.
Thank you!
Hello,
I am trying to obfuscate a big application and it is crashing.
Even if I only apply the obfuscation to the main activity. Like this:
-obfuscate-constants class <myPackage>.MainActivity { *; }-obfuscate-control-flow class <myPackage>.MainActivity { *; }-obfuscate-arithmetic,low class <myPackage>.MainActivity { *; }-obfuscate-strings class <myPackage>.MainActivity { *; }Thank you!