ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
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-apiWhen setting minifyEnabled true in my gradle I get a NullPointerException when starting my app: java.lang.RuntimeException: Unable to …
android build proguard minify shrinkresourcesHave been trying to find some information about the rules needed for the new design support library to work passing …
android proguard androiddesignsupport android-proguardEDIT : 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 proguardI have MultiDex enabled in my android project. It was working fine until I tried enabling proguard. I can successfully …
android proguard classnotfoundexception android-multidexHere is my proguard config (I copied it from android tools folder and added some lines). -optimizations !code/simplification/arithmetic,!…
java android obfuscation proguard flurryI am using simplexml in my android project, and everything works fine until I obfuscate the code. Then, errors start …
android proguard simple-frameworkMy Project contains some librarys (ViewPagerIndicator, ActionbarSherlock, SlidingMenu...). After using proguard, my application crash every time when starts. Below is …
android actionbarsherlock proguard viewpagerindicatorA common pattern in ProGuard configs for Android applications is to preserve custom View classes, since they are probably referenced …
android obfuscation proguard minimization