Top "Proguard" questions

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

How to tell ProGuard to keep everything in a particular package?

My application has many activities and uses native library too. With the default ProGuard configuration which Eclipse generates ProGuard removes …

android proguard
transformClassesAndResourcesWithProguardForRelease FAILED

I am trying to Build my Android application with Gradle in console. But getting below error about task ':app:…

android gradle android-gradle-plugin build.gradle proguard
Android: What are the recommended configurations for Proguard?

I'm developing apps for Android and using Proguard to obfuscate the code. Currently i'm using ProGuard configurations: -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses …

android proguard
ProGuard: can't find referenced class com.google.android.gms.R

After some updates in Android SDK manager I try make signed apk and get this: ProGuard: [] Warning: com.google.android.…

android proguard google-play-services
ClassNotFoundException: Didn't find class on path: DexPathList

I have a problem since I updated my App on playstore. Since this update, the exception is thrown, but I …

android admob proguard classnotfoundexception
Gradle failed to build when proguard is activated

I am trying to release my Android application with Gradle. Everything works, including the ./gradlew clean build assembleRelease command. However, …

android gradle proguard
Proguard issue "Warning:Ignoring InnerClasses attribute for an anonymous inner class"

I don't know how I can describe this issue. I searched a lot, but I didn't find any solution. Also …

android proguard android-support-library android-proguard
Eclipse crashes with a GC overhead limit exceeded error

It's the first time I am using Proguard, I've noticed that if you add many custom rules to proguard-project.txt …

android eclipse crash proguard overhead
Android obfuscate app using proguard keeps obfuscating library jars - or is it?

I'm new to using Proguard so I'm probably making a newbie mistake. I've got an app that after I run …

android proguard
proguardRelease FAILED when compiling apk with assembleRelease in Android Studio

I'm trying to compile my app as assembleRelease in Android Studio 1.0.1 and get the following message: FAILURE: Build failed with …

android-studio proguard