I want to upload errors to the user in the app to the database server, but in the Release version, because it’s used with Proguard, it does not correctly represent the classes that have encountered …
Tag: proguard
I am writing an android module that is loaded into a 3rd party app as a plugin. The API is provided by a .jar which has been obfuscated by proguard and contains a mapping.txt file. In my proguard …
My Android project is working completely fine, but when I enabled this option minifyEnabled true I got following error: com.android.build.gradle.shrinker.parser.ProguardParserException: ProGuard …
How can I keep classes which can be obfuscated? I played with -keep and -keepclassmembers, both will fix my class not found exceptions, but I would like to have shorted names. As background, I need …
Proguard removes unused methods and classes during optimization. How to get list of them?
I am using Intellij IDEA to develop java desktop application. And I want to obfuscate my source code using proguard. How to integrate/use proguard on Intellij IDEA 2016.1.14?
I am not able to generate the apk with proguard enabled after adding glide v4 library. I have added the below lines in proguard-rules -keep public class * implements com.bumptech.glide.module….
Every thing work fine before setting minifyEnabled true and shrinkResources true After setting these values, whenever i run project i get this error: Information:Gradle tasks [:app:…
previous installed AndroidStuio version was :2.1.3 but after update to 2.2 and update gradle, building gradle has a problem Because of the proguard name. Before, for release .Apk i use a custom …
i am using ProGuard in my project but its giving wrong data in new Gson().toJson(Request); i am getting out put {“a”:”manage”,”b”:”689184d4418b6d975d9a8e53105d3382″,”c”:”10″,”d”:”76″} instead of …