android - Proguard giving me random errors -
android - Proguard giving me random errors -
so, out of bluish error message.
description resource path location type obsolete proguard file; utilize -keepclasseswithmembers instead of -keepclasseswithmembernames proguard.cfg /think fast line 1 android lint problem
and have no thought did wrong. publish app , random error. have never messed file. here file proguard:
-optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* -keep public class * extends android.app.activity -keep public class * extends android.app.application -keep public class * extends android.app.service -keep public class * extends android.content.broadcastreceiver -keep public class * extends android.content.contentprovider -keep public class * extends android.app.backup.backupagenthelper -keep public class * extends android.preference.preference -keep public class com.android.vending.licensing.ilicensingservice -keepclasseswithmembernames class * { native <methods>; } -keepclasseswithmembernames class * { public <init>(android.content.context, android.util.attributeset); } -keepclasseswithmembernames class * { public <init>(android.content.context, android.util.attributeset, int); } -keepclassmembers enum * { public static **[] values(); public static ** valueof(java.lang.string); } -keep class * implements android.os.parcelable { public static final android.os.parcelable$creator *; }
please help, because have not single clue going on here.
thanks -derek
have tried using "-keepclasseswithmembers instead of -keepclasseswithmembernames"?
there's issue default template: http://code.google.com/p/android/issues/detail?id=16384
also clean , refresh project, select , delete error marker in problems view.
good luck publishing app! :)
android proguard
Comments
Post a Comment