gpt4 book ai didi

android - 程序类型已经存在 : org. apache.commons.codec.BinaryDecoder

转载 作者:行者123 更新时间:2023-11-29 23:48:28 24 4
gpt4 key购买 nike

我正在为我的应用程序使用一些 .jar 文件作为 Vuforia 和 apache。当我编译应用程序时,

我遇到程序类型已经存在:org.apache.commons.codec.BinaryDecoder,我不知道如何修复它。我搜索了很多次,但找不到与我相同的例子。

这是我的依赖:

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:support-annotations:26.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:design:26.1.0'
implementation files('src/main/java/Vuforia.jar')
implementation files('libs/mail.jar')
implementation files('libs/additionnal.jar')
implementation files('libs/activation.jar')
implementation files('libs/commons-io-2.6.jar')
implementation files('libs/commons-io-2.6-javadoc.jar')
implementation files('libs/commons-io-2.6-sources.jar')
implementation files('libs/commons-io-2.6-test-sources.jar')
implementation files('libs/commons-io-2.6-tests.jar')
implementation files('libs/commons-codec-1.11-javadoc.jar')
implementation files('libs/commons-codec-1.11-sources.jar')
implementation files('libs/commons-codec-1.11-test-sources.jar')
implementation files('libs/commons-codec-1.11-tests.jar')
implementation files('libs/commons-codec-1.11.jar')
implementation 'org.mnode.ical4j:ical4j:1.0.5'
implementation 'com.android.support:multidex:1.0.3'

你们能帮我解决问题吗?

谢谢

最佳答案

我遇到了同样的错误。我正在使用一个 jar ,其中包括:

implementation files('libs/commons-io-2.6.jar')

在我的应用程序中我也包含了:

implementation files('libs/commons-io-2.6.jar')

所以我所要做的就是从我的应用程序中删除该行,并且不在我的 libs 文件夹中包含 commons-io-2.6.jar 文件。

关于android - 程序类型已经存在 : org. apache.commons.codec.BinaryDecoder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51155096/

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