欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

接入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

相关标签: coco2d-x coco