问题说明:
编译时报错:More than one file was found with OS independent path 'META-INF/proguard/androidx-annotat
解决办法:
app下的build中添加一下代码。
android {
...
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
}
编译时报错:More than one file was found with OS independent path 'META-INF/proguard/androidx-annotat
app下的build中添加一下代码。
android {
...
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
}