I am trying to obfuscate a spring web application using ProGuard. I want to keep class and method names, especially the ones used as spring beans.
I\'m building with proguard. I\'ve explicitly told proguard to keep all classes that implement a c开发者_开发知识库ertain interface.
I developed an app and obfuscated it with proguard. However it worked, but it seems the application now run slower than the previous before obfuscation.开发者_StackOverflow
i\'m trying to obfuscate my app before uploading to the market. i\'ve setup pro guard and i allready handled the Serialzie issue (prog guard maul - 开发者_开发技巧serialize) however i still have a pro
I am trying to export an android application that uses a couple different libraries. Two of the libraries are jar files but the other libraries are linked projects. For instance one of the libraries i
I am using v4 compatibility package in my project, but when I try to export a signed app, I get the following message from Proguard. I\'ve Googled the whole evening, but I didn\'t find the answer to s
I want to keep only classes, which contain methods annotated with @Keep, and these methods. These methods (and owning classes) should be kept even if they are unused.
I am having a hell of a time with Gson and ProGuard.I have a simple object and when I parse tojson, save to sqllite and read back from the database in order to load the json back to my object, I get a
I have obfuscated Lite and a full projects both referencing a library project. At runtime I\'m getting \"NoSuchMethodException myMethod\" error
I have the Proguard file in my project but I am not sure if 开发者_StackOverflow社区it is running when I run through the export wizard tool. Is there a way to check if it actually worked?Looking at th