ShareUtil icon indicating copy to clipboard operation
ShareUtil copied to clipboard

Rxjava 1.x, 2.x 冲突

Open stormlei opened this issue 8 years ago • 3 comments

@shaohui10086

stormlei avatar May 16 '17 06:05 stormlei

我也遇到这样的问题

GeekGhc avatar Aug 01 '17 06:08 GeekGhc

这个问题有解决方案了吗?

pcxjsl avatar Feb 28 '18 03:02 pcxjsl

在app的build.gradle下,添加

packagingOptions {
    exclude 'META-INF/rxjava.properties'
  }

即可

Developmc avatar Mar 14 '18 04:03 Developmc