Android application crashing after configuring ProGuard -



Android application crashing after configuring ProGuard -

i trying configure application proguard, succesfull when decompile apk show's classes name a,b,c etc. means proguard working fine problem when install apk in device, app crash's anr exception. proguard-project.txt includes :

-dontskipnonpubliclibraryclassmembers -dontwarn android.support.v4.** -dontwarn com.google.** -dontwarn org.** -dontwarn android.** -dontwarn com.altametrics.foundation.** -dontwarn com.google.** -dontwarn javax.servlet.**

i saying dont warn jar's files, of above bundle name's of jar files. , in project.properties using :

proguard.config=proguard-project.txt

so guys please help me, what's reason behind app crashing , when remove proguard works fine..

note : using export project , after giving password , making apk, should or should compile project apk in gen..

thanks

android proguard

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -