Android Android Studio Gradle Proguard Exclude Files Using Proguard Rules July 08, 2023 Post a Comment I am trying to reduce the size of the apk using proguard . I am getting these warnigs messages whil… Read more Exclude Files Using Proguard Rules
Android Android Activity Android Fragments Proguard Reduce How To Reduce Android Activity And App Size? June 02, 2023 Post a Comment I'm new at android devolpment, so I am developing an alphabet app for an old language, the app … Read more How To Reduce Android Activity And App Size?
Android Proguard Proguard Issue: Java.lang.RuntimeException ProGuardTransform April 14, 2023 Post a Comment Been trying to figure out this issue. I'm a bit of an Android noob, I can handle code but when … Read more Proguard Issue: Java.lang.RuntimeException ProGuardTransform
Android Proguard Proguard Retrace Missing Line Numbers February 03, 2023 Post a Comment I'm trying to deobfucate a stack trace from my Android app. I used proguard when building the … Read more Proguard Retrace Missing Line Numbers
Android Proguard Remove Unused Classes With Proguard For Android January 15, 2023 Post a Comment History/Context I have a project[1] where size really matters - recently I moved stuff to a shared … Read more Remove Unused Classes With Proguard For Android
Android Android Multidex Android Proguard Proguard Duplicate Class MultiDex$V14.class January 08, 2023 Post a Comment My Android gradle build is failing during the ProGuard phase with a duplicate class error for Multi… Read more Duplicate Class MultiDex$V14.class
Android Proguard Questions About Proguard December 15, 2022 Post a Comment I've obfuscated my application using ProGuard 4.7. After that I unpacked my application using D… Read more Questions About Proguard
Android Ormlite Proguard Problems With OrmLite And Proguard Obfuscation December 07, 2022 Post a Comment When I use Proguard on project with OrmLite. I recieve this error: java.lang.RuntimeException: Unab… Read more Problems With OrmLite And Proguard Obfuscation
Android Proguard How To Config My Proguard-project.txt File To Remove Just Logs November 19, 2022 Post a Comment This is the code i am using right now in the proguard-project.txt # This is a configuration file fo… Read more How To Config My Proguard-project.txt File To Remove Just Logs