com.android.builder.packaging.DuplicateFile

时间:2025-04-04 15:05:31

com.android.builder.packaging.DuplicateFile

解决方法:

    packagingOptions {
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
在你的项目gradle中配置