从包装apk中排除pfx文件

时间:2018-01-24 15:05:59

标签: android gradle

我想从apk中排除此文件 - > /src/main/res/raw/file.pfx 我尝试了以下选项,但没有任何效果。请指导我。谢谢!

sourceSets {
        main {
            resources {
                exclude '**/file.pfx'
            }
        }
    }
packagingOptions {
        exclude '**/file.pfx'
}

0 个答案:

没有答案