Skip to content Skip to sidebar Skip to footer
Showing posts with the label Proguard

Exclude Files Using Proguard Rules

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

How To Reduce Android Activity And App Size?

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?

Proguard Issue: Java.lang.RuntimeException ProGuardTransform

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

Proguard Retrace Missing Line Numbers

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

Remove Unused Classes With Proguard For Android

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

Duplicate Class MultiDex$V14.class

My Android gradle build is failing during the ProGuard phase with a duplicate class error for Multi… Read more Duplicate Class MultiDex$V14.class

Questions About Proguard

I've obfuscated my application using ProGuard 4.7. After that I unpacked my application using D… Read more Questions About Proguard

Problems With OrmLite And Proguard Obfuscation

When I use Proguard on project with OrmLite. I recieve this error: java.lang.RuntimeException: Unab… Read more Problems With OrmLite And Proguard Obfuscation

How To Config My Proguard-project.txt File To Remove Just Logs

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