ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
I used Android SDK Manager to download the latest version of Android SDK. But ProGuard was not updated and remained …
android android-proguardI'm creating a build with different flavors with Gradle. It used to run quite good until now, until I wanted …
android gradle android-gradle-plugin proguard android-proguardI was trying to build an application which contained a library module La with proguard and I noticed that the …
android android-gradle-plugin android-proguardAndroid Issues Warnings Stripped invalid locals information from 1 method. Stripped invalid locals information from 1 method. Message{kind=WARNING, text=Stripped …
android android-studio compiler-warnings android-proguard android-studio-3.1So it looks like there is a bug in the latest play-services to be deployed. Does anyone know how to …
android google-play-services android-proguardI'm using Dagger2 android-support library with Proguard but i can't compile my project because of this error : Warning:dagger.android.…
android proguard dagger-2 android-proguard daggerHave been trying to find some information about the rules needed for the new design support library to work passing …
android proguard androiddesignsupport android-proguardI get the following error while building the app in android studio, why this is happening? Is it related to …
android android-studio android-proguard android-studio-3.0 dexguardI'm experiencing this crash when using proguard after integrating the NavigationComponent (android.arch.navigation:navigation-fragment-ktx:1.0.0-alpha01) into my project with …
android android-proguard android-jetpack android-architecture-navigation