I have a library Common.License which I am obfuscating with Proguard: <plugin> <groupId>com.pyx4me</groupId>
I\'m using Proguard to obfuscate a library that has several @Autowired fields.The obfuscator is renaming those class fields (because they are private/internal to the class) and thus my bean is failing
I am 开发者_如何学编程trying to use ProGuard with Android.I have found several ProGuard scrips to use, with the following one being an example (I have found several others that are the same or very si
When I got something lik开发者_运维问答e this ERROR/AndroidRuntime(18677): Caused by: java.lang.NullPointerException
Google is suggesting that developers might want to obfuscate byte code: http://android-developers.blogspot.com/2010/09/proguard-android-and-licensing-server.html
I chose ProGuard and here\'s the options I configured it with: Shrinking Options: Shrink Keep: Applications
I\'ve built a (command-line) application in Scala that I want to distribute as a standalone JAR. I\'m building it with sbt:
I\'ve got an Eclipse (Galileo) project (called ProguardBuilder) that runs Proguard over a set of class files in other projects and produces a jar file.
I\'m running ProGuard to shrink my jar file. One of the parameters it need开发者_StackOverflow社区s is the system\'s runtime jar. This is at $JAVA_HOME/lib/rt.jar on Sun distributions, but not on Appl
Is there a procedure by which you can optimize/shrink/select/obfuscate only \'used by your app\' classes/methods/fields from rt.jar provided by Sun by using some optimization software like ProGuard (o