android jar内重复包含相同的class
怪我咯
怪我咯 2017-04-17 17:55:32
0
1
396

APP接入支付遇到点问题

因为需求 需要整合2家支付的SDK 但是他们的里面都包含了相同的类 com.tencent.mm.xxxxxxx
我试过

android studio下的

删除jar里面的class文件 但是运行会报错 试过不行
exclude module: 'com.tencent.mm' 试过不行
gradle -q dependencies 也是没有列出来 试过不行
packagingOptions 下配置exclude 试过不行
jar包解压 再整合成一个 试过不行

没招了 大家有这方面的博客 或者帖子告诉我一下

google 前三页的基本上点过试过了 差不多都是以为v4引起的 要么是 有单独的jar
我遇到的问题是 jar被两个提供SDK的给打进去了

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
刘奇

jar is a compressed package. Decompile the class to compare the difference between the two and combine them into one

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template