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

Retrofit Illegalargumentexception, No Annotation Found

So when running my app I'm getting this error: 06-17 12:56:08.547 E/AndroidRuntime(23432): Cau… Read more Retrofit Illegalargumentexception, No Annotation Found

How To Use Proguard.config Setting In Project.properties File?

I use eclipse and I guess ant building system. In my project root i have a project.properties file … Read more How To Use Proguard.config Setting In Project.properties File?

Proguard Claims To Obfuscate The .apk, But Does Not

I'm exporting an Android application from Eclipse. Proguard thinks it is obfuscating the .apk a… Read more Proguard Claims To Obfuscate The .apk, But Does Not

Smack For Android Fails When Using Proguard

I am using the smack library (4.1.2) in my Android app to connect to an XMPP server. It runs perfec… Read more Smack For Android Fails When Using Proguard

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

Android - Proguard And Retrofit 2?

I am using from Proguard for my project and bellow code is in my proguard-rules.pro : # Retrofit -k… Read more Android - Proguard And Retrofit 2?

Proguard To Keep Class Members With "unused" Annotation

The app has dependency on library, which has class members with @SuppressWarnings('unused')… Read more Proguard To Keep Class Members With "unused" Annotation

What Does The Exclamation Mark Before Class Path Do In Proguard?

I studying the Proguard now but im confused with the exclamation mark ! before the classpath in the… Read more What Does The Exclamation Mark Before Class Path Do In Proguard?