ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
I'm trying to setup proguard for my Android project. My application project has very little code in it, but references …
android proguardI have obfuscated my apk, but the file size has only been reduced from 12MB to 10.5MB. The reason it …
android proguard obfuscationMy code works perfectly without proguard, but GSON doesn't work when proguard is enabled. This is the part of code …
android gson proguard obfuscationWhen I compile my Android Application with Proguard enabled I get the following error: -dex: [echo] Converting compiled files and …
android proguardI'm facing a really weird problem for days now... I have a Gradle app with two modules, one main module …
android android-studio module proguard android-libraryI've try obfuscate our web application which use spring, jaxb and relies on annotations, and reflection heavily. I apply many …
java proguard obfuscationI'm using the v7 Support Library to show an ActionBar on Android 2.x. It works well enough but I had …
android proguard android-support-libraryI am using Android Studio 1.2.2 and tried to generate APK with proguard setting. But I can't do it and got …
android gradle proguardI have problems dealing with ProGuard and Android. I searched on the web for hours and found multiple ways to …
java android eclipse obfuscation proguardI have enabled Proguard, and i'm trying to build the APK, and i'm getting a lot of warnings and don't …
android proguard