proguard错误和腾讯虫

时间:2018-07-13 08:00:42

标签: proguard

当我用proguard打包apk时,发生错误,如下所述

  

com.tencent.bugly.crashreport.crash.d:无法动态查找   引用的类com.tencent.bugly.agent.GameAgent

这是proguard.pro配置,因为它是文档

-dontwarn com.tencent.bugly.**
-keep public class com.tencent.bugly.**{*;} 

那么,我该怎么做才能解决这个问题?还是一个错误?

0 个答案:

没有答案