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.
I\'ve ma开发者_运维知识库de a IM client that uses the asmack .jar library to communicate with google IM service server.
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:
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
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.
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
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
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
I wa开发者_如何学JAVAnt to obfuscate only some packages: com.foo.* com.bar.* I have tried -keepclasseswithmembers class **, !com.foo.**, !com.bar.** { *; }
I have a problem with Proguard and use of external libraries. My project compiles without errors and runs successfully on a real device,