最近使用下述兩個 jar 到 Android 中:
|
並且建置 APK時遇到下述的錯誤訊息:
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/LICENSE |
這時候只要把會重疊到的檔案,利用 exclude 指令在 module 中的 build.gradle 加入即可解決,如下所示:
[Reference]
1. https://blog.csdn.net/nianhua120/article/details/50904905
全站熱搜
留言列表