解决导包内容冲突

214 阅读1分钟

解决方式:

在app.build 目录中android下添加标签

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

其中 rxjava.properties 为提示的冲突文件