More than one file was found with OS independent path 'META-INF/rxjava.properties'

More than one file was found with OS independent path 'META-INF/rxjava.properties'

这个异常是在添加了rxjava的依赖后编译打包的时候出现的错误信息

记录一些解决办法,在主项目的build.gradle文件中android{}加入packagingOptions 配置:

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

纸上得来终觉浅,书到用时方恨少。

posted @ 2019-03-21 15:26  冷冷清清风风火火是我  阅读(102)  评论(0)    收藏  举报