RxTool icon indicating copy to clipboard operation
RxTool copied to clipboard

Duplicate class com.ta.utdid2.b.a.a found in modules RxFeature-2.3.9-runtime.jar (com.github.tamsiree.RxTool:RxFeature:2.3.9) and alicloud-android-utdid-1.1.5.3.jar (com.aliyun.ams:alicloud-android-utdid:1.1.5.3)

Open wantWhat opened this issue 4 years ago • 1 comments

RxFeature:2.3.9 引入阿里热更新框架com.aliyun.ams:alicloud-android-hotfix:3.2.17 时编译报错 Duplicate class com.ta.utdid2.b.a.a found in modules RxFeature-2.3.9-runtime.jar (com.github.tamsiree.RxTool:RxFeature:2.3.9) and alicloud-android-utdid-1.1.5.3.jar (com.aliyun.ams:alicloud-android-utdid:1.1.5.3)

wantWhat avatar Jan 17 '21 08:01 wantWhat

我的解决办法是 implementation('com.aliyun.ams:alicloud-android-hotfix:3.2.17') { exclude group: 'com.aliyun.ams', module: 'alicloud-android-utdid' }

wantWhat avatar Jan 17 '21 08:01 wantWhat