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

Org.apache.http.legacy.jar Proguard Error

When I use httpclient-4.5.2.jar + httpcore-4.4.4.jar, Proguard works fine. But when I replace the a… Read more Org.apache.http.legacy.jar Proguard Error

Default Theme Is Not Working After Enable Proguard File(minifyenabled True)

It's my first time that i'm working with Proguard file. I started a new project so i can le… Read more Default Theme Is Not Working After Enable Proguard File(minifyenabled True)

Cannot Find A Version Of 'com.android.support:support-annotations' That Satisfies The Version Constraints

When i want to generate a signed APK (release) using Proguard rules i got this error message : Can… Read more Cannot Find A Version Of 'com.android.support:support-annotations' That Satisfies The Version Constraints

Debug The Obfuscated Stack Trace For Android Using Proguard

I have been trying to obfuscate my Android app stack trace using ProGuard mapping file. I have trie… Read more Debug The Obfuscated Stack Trace For Android Using Proguard

Building An Apk File

I just done with coding in my application , it runs ok without any problem but I stuck in building … Read more Building An Apk File

Hide A Library Source Code

I am developing an android library and I want to hide it's code. I am using other library, and … Read more Hide A Library Source Code