Top "Proguard" questions

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

Is it possible to use proguard in debug mode?

In my android app, i want to test some features with proguard on. I don't need to really "debug" it, …

android eclipse proguard
Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease

I am trying to export apk and I want to enable Proguard but it throwing below error. I read so …

android proguard
Hiding strings in Obfuscated code

I just Obfuscated my Android code using proguard and then decompiled it. There are a number of strings I would …

java android proguard
Proguard keep class names?

Hello I am writing an Android app and I have set up Proguard to obfuscate my application. I however use …

java android obfuscation proguard
How to make Proguard ignore external libraries?

I want to use Proguard mainly for obfuscation reasons. My problem is that I have three libraries, Twitter4J and …

android proguard android-library
What ProGuard configuration do I need for Firebase on Android?

When using the Firebase SDK for Android apps, I keep getting warnings and errors like these (in Eclipse): Warning ... can't …

android firebase proguard
Android proguard, keep inner class

My android program has a class A, which has two static inner class. They are found to be stripped from .…

java android proguard
proguard-project.txt not found in android studio

I am new to Android and Android Studio. During my learning I came across the Google Play Services for Ads …

android android-studio proguard
ProGuard: duplicate definition of library class?

I run my ProGuard for my Android project and get the following warnings: Note: duplicate definition of library class [org.…

java android android-studio proguard android-proguard
Reducing android app (apk) size

I would be now publishing my first app on Google play store. I have already compressed images used in my …

java android jar apk proguard