You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: