android 2 files found with path 'META-INF/INDEX.LIST' from inputs:

在报该编译错误的module的build.gradle中加入如下配置项,排除掉中间生成的META-INF/xxx文件 ,

android:{

packagingOptions {

    exclude'META-INF/INDEX.LIST'

}

}

你可能感兴趣的:(android 2 files found with path 'META-INF/INDEX.LIST' from inputs:)