Hi, I'm new to Java, eclipse and android so please understand if I'm asking some stupid questions.
I already have an "Android Project" created with eclipse and the android plug-in. I would like to make my apk file obfuscate. I search google a lot and found out: 1. ProGuard is an open-source obfuscation application. 2. Some of you already managed to obfuscate your applications using ProGuard. 3.I have a "good" configuration for Proguard (Example at the bottom) and managed to run it manually on my *.class files in my projects "bin" folder. However, when running the ProGuard manually I'm running it on the class files and creating new class files but I am not changing my apk. If I'm correct during the build eclipse create one ".dex" file (how?) and then packs it with all the projects resources into an "*.apk". How can I get inside this process? Is the only way to run ProGuard and later packing the "*.apk" file is using Ant and an "Build.xml" file. If yes, what's the best way to do that? Waiting for your help, Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

