我是靠谱客的博主 俭朴毛豆,这篇文章主要介绍AS编译报错:Program type already present: com.igexin.assist.control.vivo.VivoPushManager,现在分享给大家,希望可以做个参考。
问题现象
AGPBI: {"kind":"error","text":"Program type already present: com.igexin.assist.control.vivo.VivoPushManager","sources":[{}],"tool":"D8"}
解决方案
- 先确定是哪个依赖包引入的上述类
- 在依赖的地方进行屏蔽,类似如下:
implementation ("xx group:xx module:xx版本号"){
exclude group: 'com.assist', module: 'vivo'
}
最后
以上就是俭朴毛豆最近收集整理的关于AS编译报错:Program type already present: com.igexin.assist.control.vivo.VivoPushManager的全部内容,更多相关AS编译报错:Program内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复