ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
My application has many activities and uses native library too. With the default ProGuard configuration which Eclipse generates ProGuard removes …
android proguardI 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 proguardI'm developing apps for Android and using Proguard to obfuscate the code. Currently i'm using ProGuard configurations: -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses …
android proguardAfter some updates in Android SDK manager I try make signed apk and get this: ProGuard: [] Warning: com.google.android.…
android proguard google-play-servicesI have a problem since I updated my App on playstore. Since this update, the exception is thrown, but I …
android admob proguard classnotfoundexceptionI am trying to release my Android application with Gradle. Everything works, including the ./gradlew clean build assembleRelease command. However, …
android gradle 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'm new to using Proguard so I'm probably making a newbie mistake. I've got an app that after I run …
android proguardI'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