Top "Proguard" questions

ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.

Setting up ProGuard with Android Library Projects

I'm trying to setup proguard for my Android project. My application project has very little code in it, but references …

android proguard
Android - How to check Proguard obfuscation has worked?

I have obfuscated my apk, but the file size has only been reduced from 12MB to 10.5MB. The reason it …

android proguard obfuscation
Using GSON with proguard enabled

My code works perfectly without proguard, but GSON doesn't work when proguard is enabled. This is the part of code …

android gson proguard obfuscation
Compile with Proguard gives SimException: "local variable type mismatch"

When I compile my Android Application with Proguard enabled I get the following error: -dex: [echo] Converting compiled files and …

android proguard
Proguard ignores config file of library

I'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-library
How to tell proguard to keep enum constants and fields

I've try obfuscate our web application which use spring, jaxb and relies on annotations, and reflection heavily. I apply many …

java proguard obfuscation
Android Proguard configuration for the v7 Support Library ActionBar

I'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-library
can't generate signed APK from Android studio "Execution failed for task ':packageRelease'"

I 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 proguard
Using ProGuard with Android

I have problems dealing with ProGuard and Android. I searched on the web for hours and found multiple ways to …

java android eclipse obfuscation proguard
Getting Warnings With Proguard (With External Libraries)

I have enabled Proguard, and i'm trying to build the APK, and i'm getting a lot of warnings and don't …

android proguard