Hi, I am trying to obfuscate my code, all of it except for one class inside one package.
I just want this class’s methods not to be renamed.
I clicked “add” on keep additional classes and member names, (in obfuscate section)
then set the class name to mypackage.myclass, changed all access to required,
then went add “method”, kept that as default except changed all access to required again.
But it still renames all the methods.
What am I doing wrong?
thanks,
roland