I am using Ant > 1.8 + Proguard 4.6 to build my Android project and I\'ve got an Exception during the build process:
I\'m using the default settings in Eclipse to export my application and have Proguard obfuscate it. The problem I\'m having is that the exported APK is significantly larger than the APK I get when do
I\'m trying to use Proguard against my app which will eventually incorporate LVL and In-app Billing. The problem I have is that Proguard keeps crashing my app on start and it\'s hard to figure out wha
I\'m getting a error while trying to make a Proguard version of my Android app.And I can\'t google it out.
I\'m using ProGuard with my Android application and I\'m running getting the warnings below in my build log. I\'ve added the appropriate \'-keep public class com.foo.OtherClass { public static *; }\'
I\'m using sbt and its Proguard plugin to create an executable jar for my program. However, my program relies on scala-compiler.jar at runtime to do compilations. I can\'t seem to get scala-compiler.j
I include this ProGuard configuration to strip out debug log statements when I release an Android application:
I\'m trying to use the proguard in my android application, I\'ve wrote all my services in a separate project and package through maven as service jar. I\'m using this service jar as dependency in my U
I want to call the <proguard> task in Ant and need to pass it the paths to various JAR files, e.g. the equivalent of:
I have an android开发者_开发百科 library project. I want to build this project into a .jar I think and put this jar into my /full and my /lite Project. Before doing this I want to obfuscate the librar