proguard
Issues with Android ADT, Proguard and External Jars
So, I\'m trying to get the ADT\'s built-in proguard implementation working for my app. Unfortunately, it seems to be choking on various classes in third-party libraries I references.[详细]
2023-02-07 00:05 分类:问答android: proguard obfuscating imported jars
I\'ve ma开发者_运维知识库de a IM client that uses the asmack .jar library to communicate with google IM service server.[详细]
2023-02-06 11:01 分类:问答Enabling ProGuard in Eclipse for Android
The new documentation on ProGuard for Android says to add a line to th开发者_JAVA百科e default.properties file in the project home directory. However, on opening this file, I read at the top:[详细]
2023-02-05 05:10 分类:问答Android: Proguard NoSuchMethodError
I recently activated ProGuard for my Eclipse Android project. After adding external libs and dynamically referenced classes to the proguard.cfg, I don\'t get any errors when building the apk. I get ho[详细]
2023-02-04 20:53 分类:问答Can't get Jersey JAX-RS Resource working with Proguard-obfuscated REST service
Please excuse the length of this posting. I am trying to get all of the useful information in it and anticipate questions people might have.[详细]
2023-02-04 18:51 分类:问答Proguard retrace tool's output
I\'m experimenting with proguard now that it\'s easier to use from within eclipse. I\'ve exported a signed version of my app with a[详细]
2023-02-03 11:06 分类:问答ANT build for Android Proguard obfuscation
Can anyone share with sample/simple obfuscation ANT task for Android? Provided that I do have complete APK and I need just pass *class hru Proguard and then pre开发者_如何学Gopare *.dex to build APKI[详细]
2023-02-02 21:48 分类:问答Obfuscating problem when import jar file in project
Hello I am creating a j2me polish project which jar size is very high as i am using j2me polish so i nee开发者_开发问答d to obfuscate the jar files[详细]
2023-02-02 09:00 分类:问答How can I obfuscate only com.foo.* and com.bar.* (ProGuard)?
I wa开发者_如何学JAVAnt to obfuscate only some packages: com.foo.* com.bar.* I have tried -keepclasseswithmembers class **, !com.foo.**, !com.bar.** { *; }[详细]
2023-02-01 20:11 分类:问答(Android) Proguard can't find dynamically referenced class javax.swing.*
I have a problem with Proguard and use of external libraries. My project compiles without errors and runs successfully on a real device,[详细]
2023-02-01 05:47 分类:问答
加载中,请稍侯......