Android AAR 混淆的坑

365 阅读1分钟

一定不要忘记加上这段

-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,Annotation,EnclosingMethod,MethodParameters
-keep class **.R$* {  *;}