在报该编译错误的module的build.gradle中加入如下配置项,排除掉中间生成的META-INF/xxx文件 ,android:{packagingOptions { exclude'META-INF/INDEX.LIST'}}