ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
Every time I am getting this error when running my project. I can do a Clean and then Run again, …
android build android-gradle-plugin android-proguardI 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-proguardI see that the Android Plugin for Gradle has a minifyEnabled property as well as a useProguard property, as follows: …
android gradle android-gradle-plugin build.gradle android-proguardI 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-proguardI'm trying to use Proguard in my Xamarin.Android project, yet the compilation fails with the error Unsupported class version …
xamarin xamarin.android android-proguardWhen i want to generate a signed APK (release) using Proguard rules i got this error message : Cannot find a …
android android-studio android-proguardI wonder how to make the transition / migration from ProGuard to R8. Should I just remove the Proguard-related lines from …
android proguard obfuscation android-proguard android-r8After upgrading to Android Gradle Plugin from 3.1.4 to 3.2.x I'm getting multiple warnings such as: D8: Type `com.google.gson.…
android android-gradle-plugin proguard android-proguard android-d8In my buildType I see this: buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } I have some questions: …
android android-gradle-plugin proguard android-proguardI'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