接入SDK混淆出现问题
程序员文章站
2022-04-24 13:13:54
1.有警告了需要跳过要不然,直接编译不过Warning:com.bytedance.embed_dr.VivoIdentifier$1:can'tfindsuperclassorinterfacecom.bun.supplier.IIdentifierListenercom.bytedance.embed_dr.VivoIdentifier$1:can'tfindsuperclassorinterfacecom.bun.supplier.IIdentifierListe......
1.有警告了需要跳过要不然,直接编译不过
Warning: com.bytedance.embed_dr.VivoIdentifier$1: can't find superclass or interface com.bun.supplier.IIdentifierListener
com.bytedance.embed_dr.VivoIdentifier$1: can't find superclass or interface com.bun.supplier.IIdentifierListener
在proguard-rules.pro文件中
加上:-ignorewarnings
2.还有下面找不到父类
Can't find common super class of [androidView/View] (with 2 known super classes) and [com/e/comm/plugin/ab/m] (with 1 known super classes)
加上:-dontpreverify
本文地址:https://blog.csdn.net/yu265096/article/details/108834395