Duplicate files copied in APK META-INF/LICENSE.txt

build.gradle加入java

android 
{
    packagingOptions {
        exclude 
'META-INF/LICENSE.txt'

    }
}
相關文章
相關標籤/搜索