gpt4 book ai didi

android - dependency commons-logging :commons-logging:1. 2 被调试忽略,因为它可能与 Android 提供的内部版本冲突

转载 作者:太空宇宙 更新时间:2023-11-03 12:50:30 27 4
gpt4 key购买 nike

我收到以下警告

Warning:Dependency commons-logging:commons-logging:1.2 is ignored for debug as it may be conflicting with the internal version provided by Android. In case of problem, please repackage it with jarjar to change the class packages

依赖项“commons-logging:commons-logging:1.2”甚至不在我的 gradle 文件中。

最佳答案

我认为您应该从包含它的任何依赖项中排除 commons-logging。它会是这样的:

compile ('<name-of-the-package-that-has-as-dependency-commons-logging>') {
exclude group: 'commons-logging', module: 'commons-logging'
}

关于android - dependency commons-logging :commons-logging:1. 2 被调试忽略,因为它可能与 Android 提供的内部版本冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32262912/

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