Android AAR 混淆的坑

一定不要忘记加上这段

-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,Annotation,EnclosingMethod,MethodParameters

-keep class *.R$ {
*;
}

posted on 2015-12-25 15:29  sxse  阅读(4948)  评论(0编辑  收藏  举报

导航