Is there a way to obfuscate the code directly in the editor?
At this point, if I want to see the confusing code of my project, I need to compile the project, reverse engineer, and then view the code using tools like jd-gui .
You can achieve all this with some add-on so that I can compile the running code, i.e. make it work as it did before obfuscation.
Note
To clarify, I do not need to obfuscate the code when exporting , since this function is already present. I need to confuse the code in live without compiling it, or at least without exporting to apk.
source share