proguard
Android build with Proguard DX SimException local 0000: invalid
I am using Ant > 1.8 + Proguard 4.6 to build my Android project and I\'ve got an Exception during the build process:[详细]
2023-03-08 18:09 分类:问答Proguard significantly increasing APK size in Android
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[详细]
2023-03-08 02:32 分类:问答Proguard Android App for LVL and Fragment Compatibility Support
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[详细]
2023-03-08 02:25 分类:问答Proguard:IllegalArgumentException: Value is not a reference value
I\'m getting a error while trying to make a Proguard version of my Android app.And I can\'t google it out.[详细]
2023-03-08 01:08 分类:问答How to suppress 'Maybe this is program method' warnings from ProGuard
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 *; }\'[详细]
2023-03-07 00:42 分类:问答Adding scala-compiler.jar as a runtime dependency
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[详细]
2023-03-06 07:36 分类:问答Removing unused strings during ProGuard optimisation
I include this ProGuard configuration to strip out debug log statements when I release an Android application:[详细]
2023-03-05 20:18 分类:问答how to apply proguard on both android project and service project at the same time
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[详细]
2023-03-05 18:16 分类:问答How to properly quote a path in an ant task?
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:[详细]
2023-03-04 18:48 分类:问答Android Build and Obfuscate Libraryproject
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[详细]
2023-03-03 19:40 分类:问答