ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
I am getting errors from Crashlytics that indicates that some devices are missing com.google.android.webview. How is that …
android webview proguard android-5.0-lollipop inflate-exceptionI'm using IntelliJ and running Proguard in debug mode but I can't seem to get rid of warnings such as: …
android warnings proguard android-support-libraryi recently upgraded android studio but im not able to find the source of the following issue reported in android …
android proguardI am using android studio to build debug and release application. When i build debug/release application ./gradlew assembleDebug ./gradlew …
android proguardI am trying to use proguard to strip all my logs: I have entered the following line in my proguard-project.…
android proguardI am using proguard to obfuscate my android application. The android application contains some native code, which makes callbacks to …
java android proguardWhen I got something like this ERROR/AndroidRuntime(18677): Caused by: java.lang.NullPointerException ERROR/AndroidRuntime(18677): at com.companyname.a.a.…
android debugging obfuscation proguardWill proguard work to obfuscate static string constants?
java android obfuscation proguardI'm setting up ProGuard for my Android project. My project also uses GSON. I've researched ProGuard configurations for compatibility with …
java android configuration gson proguard