原创

androidstudio-gradle-编译-META-INF DEPENDENCIES-More than one file was found with OS independ

More than one file was found with OS independent path 'META-INF/DEPENDENCIES'

app/build.gradle

android {
//报错 More than one file was found with OS independent path 'META-INF/DEPENDENCIES'
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}

正文到此结束
本文目录