Android AAR 混淆的坑
一定不要忘记加上这段
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,Annotation,EnclosingMethod,MethodParameters
-keep class *.R$ {
*;
}
文章标签 androidstudio代码混淆 Android 文章分类 Android 移动开发
一定不要忘记加上这段
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,Annotation,EnclosingMethod,MethodParameters
-keep class *.R$ {
*;
}
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M