davezhou

Results 2 comments of davezhou

这里如果使用 proguard 去解析,有些配置会解析失败,比如: -keepclassmembers class * { * this$0; } 这种,使用 proguard 解析就失败,源代码流程如下: ![image](https://user-images.githubusercontent.com/99975074/201677900-c16f729f-b3b9-4ea9-baa9-864819db1ee1.png) 这里可能针对 R8 要换方式实现,我看 R8 是用的 ProguardConfigurationParser 去解析的,应该是要对 R8 做个适配。