Top "Proguard" questions

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

How to configure proguard for javascript interface?

I have a implemented a Webview which takes use of JavascriptInterface. It's working fine when not obfuscating, but at once …

android obfuscation proguard
Android ProGuard: Most Aggressive Optimizations

Android's official proguard documentation shows two primary optimizations: set minifyEnabled to true use proguard-android-optimize.txt instead of proguard-android.txt Are …

android optimization proguard
App crashing with Picasso and minifyEnabled true

Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient Warning:com.squareup.picasso.OkHttpDownloader: can't find …

android proguard release
How do you stop Proguard from removing type parameters?

I am currently attempting to obfuscate a series of libraries. My base library, which contains several classes and methods that …

java android maven proguard
How to include a proguard configuration in my Android library (AAR)

Android libraries, per the AAR file spec, includes a 'proguard.txt' file. My understanding is that this file declares how …

android gradle proguard aar
Obsolete proguard file; use -keepclasseswithmembers instead of -keepclasseswithmembernames

I am having the following error on proguard.cfg file in my android project. I dont know what this error …

android proguard
ProGuard build fail "Unresolved references"

I've been working on the newest version of my app and it tests just fine, but when I do a …

android proguard android-build android-proguard
App on release crashes, while on debug doesn't

I'm developing an app using Android Studio, and when I switched from debug to release build variant, it began to …

android android-studio proguard ormlite release-mode
What is dex in Gradle

What is the dex in Gradle or in Android? In Gradle, what's the meaning of dexoptions? Sometimes my project does …

android android-gradle-plugin proguard dex dexoptions