gpt4 book ai didi

android - 在APK META-INF/maven/com.nineoldandroids/library/pom.xml中复制的重复文件

转载 作者:行者123 更新时间:2023-12-02 11:01:15 24 4
gpt4 key购买 nike

失败:生成失败,发生异常。

  • 出了什么问题:
    任务':transformResourcesWithMergeJavaResForDebug'的执行失败。

    com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.nineoldandroids/library/pom.xml File1: D:\STUDIO\Mobility_Android\FFS\build\intermediates\exploded-aar\FFS\ShowCaseViewLibrary\unspecified\jars\classes.jar File2: D:\STUDIO\Mobility_Android\FFS\build\intermediates\exploded-aar\FFS\AndroidBetterPickers\unspecified\jars\classes.jar

  • 尝试:
    使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。

  • 建立失败

    最佳答案

    将此添加到您的build.gradle文件中

    android {
    packagingOptions {
    exclude 'META-INF/DEPENDENCIES.txt'
    exclude 'META-INF/LICENSE.txt'
    exclude 'META-INF/NOTICE.txt'
    exclude 'META-INF/NOTICE'
    exclude 'META-INF/LICENSE'
    exclude 'META-INF/DEPENDENCIES'
    exclude 'META-INF/notice.txt'
    exclude 'META-INF/license.txt'
    exclude 'META-INF/dependencies.txt'
    exclude 'META-INF/LGPL2.1'
    exclude 'META-INF/maven/com.nineoldandroids/library/pom.xml'
    exclude 'META-INF/maven/com.nineoldandroids/library/pom.properties'
    }
    }

    关于android - 在APK META-INF/maven/com.nineoldandroids/library/pom.xml中复制的重复文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39262744/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com