I have a build.xml which is capable of compiling and optimizing if I run the build targets individually - \"ant compile\" followe开发者_高级运维d by \"and optimize\".
When I am trying to this parameter to Proguard, it throws this exception: java -Xms128M -Xmx256M -jar \"../../../tools/proguard/proguard.jar\" @game_specific.pro -libraryjars \"C:/Program Files/Java/
This question already has answers here: Proguard.cfg Missing (4 answers) Closed 3 years ago. eclipse seemed to be working ok with the rest of my开发者_运维百科 projects until i created a
When I create a new Android project in Eclipse, the following default proguard.cfg file is created: -optimizationpasses 5
The documentation on this is extremely poor. I understand that ProGuard can be enabled by manually editing \"default.properties\" in the project\'s rot directory. And all the settings go into the \"pr
I have a Jar library called BizLogic.jar and I am referring to it on my UI project. So when I obfuscate, I want to obfuscate BizLogic.jar first and then UI without breaking any refer开发者_如何转开发e
I\'ve an Ant build using the Proguard config below, which is that generated by the \"android\" command line tool, it seems pretty straightfoward. But when I build the app using this script, the app bl
I\'ve a project in the IntelliJ IDEA IDE and I want to set up a parallel, production Ant build process that I can extend over time.
I put extensive logging in apps to ease debugging, but I want to ensure only the minimum goes into the production application. My understanding is that the compiler doesn\'t remove unused code, there\
I tried to use Proguard in my Android project, i setup Proguard using command line \'android update project /path/to/project\' and file proguard.cfg was created in project\'s root directory. (In my Ec