Top "Proguard" questions

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

Using Proguard to Obfuscate Android App with Dropbox.com Libraries

I've just finished creating an Android app that requires the Dropbox.com API libraries. I'm now trying to build the …

java android dropbox proguard dropbox-api
ProGuard leads to NullPointerException

When setting minifyEnabled true in my gradle I get a NullPointerException when starting my app: java.lang.RuntimeException: Unable to …

android build proguard minify shrinkresources
Android design support library proguard rules

Have been trying to find some information about the rules needed for the new design support library to work passing …

android proguard androiddesignsupport android-proguard
using jsoup with proguard closing force close

EDIT : MY PROGUARD VERSION IS 4.7 Today I tried include jsoup (version 1.7.1) in my android application, but it is causing me …

android jsoup proguard
Android ProGuard +MultiDex causes ClassNotFoundException

I have MultiDex enabled in my android project. It was working fine until I tried enabling proguard. I can successfully …

android proguard classnotfoundexception android-multidex
Can't shrink flurry with proguard

Here is my proguard config (I copied it from android tools folder and added some lines). -optimizations !code/simplification/arithmetic,!…

java android obfuscation proguard flurry
Proguard obfuscation is breaking simplexml

I am using simplexml in my android project, and everything works fine until I obfuscate the code. Then, errors start …

android proguard simple-framework
Proguard can't find referenced class com.google.ads.internal.state.AdState

Ok guys so this becoming extremely annoying trying to get my project to work when exporting/ Progaurd keeps giving me …

java android eclipse admob proguard
NoClassDefFoundError when using proguard

My Project contains some librarys (ViewPagerIndicator, ActionbarSherlock, SlidingMenu...). After using proguard, my application crash every time when starts. Below is …

android actionbarsherlock proguard viewpagerindicator
Android, ProGuard, and keepclasseswithmembernames

A common pattern in ProGuard configs for Android applications is to preserve custom View classes, since they are probably referenced …

android obfuscation proguard minimization