kepler777
Newbie
Hi,
I do several libraries to be used in android applications.
Recently, I began to use Proguard to protect most of the code since it was being target of decompilation...
Even in a phase of learning, I think I'm able to use it right from the Gui command. My problem, for now, is that even generating a map text file with the replaced new functions names, it does not alters the renaming in the xml file...which is logical since its being used outside Eclipse.
Can someone tell me how to integrate it in Eclipse Kepler in order to obfuscate the generated jar AND the modified xml file (from javadoc)?
Kind regards,
Kepler777
I do several libraries to be used in android applications.
Recently, I began to use Proguard to protect most of the code since it was being target of decompilation...
Even in a phase of learning, I think I'm able to use it right from the Gui command. My problem, for now, is that even generating a map text file with the replaced new functions names, it does not alters the renaming in the xml file...which is logical since its being used outside Eclipse.
Can someone tell me how to integrate it in Eclipse Kepler in order to obfuscate the generated jar AND the modified xml file (from javadoc)?
Kind regards,
Kepler777