gpt4 book ai didi

java - 无法在Android Studio 3.4.1中实现库 'me.zhanghai.android.materialprogressbar:library:1.6.1'

转载 作者:行者123 更新时间:2023-12-02 05:29:36 26 4
gpt4 key购买 nike

我正在关注教程 https://www.youtube.com/watch?v=X5AOrAhyrkg&list=PLRRNzqzbPLd8Qldg1J3LFesfXW9hWM_t4&index=3&t=0s

但是当我实现库“me.zhanghai.android.materialprogressbar:library:1.6.1”时,它会导致一些错误。

我确实看过Android Material and appcompat Manifest merger failed但当我尝试该解决方案时,它对我不起作用。我知道我使用的是最新版本的 AndroidX,这就是问题所在。但我还没想明白。

    implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'

implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'

implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'

implementation 'com.android.support.constraint:constraint-layout:1.1.3'
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'
}

所以我希望找到解决办法

最佳答案

这是我之前在使用第三方库时遇到的情况。当您当前迁移到 Androidx 并且第三方库(在您的情况下为“me.zhanghai.android.materialprogressbar:library:1.6.1”)仍在使用 android 支持时,会出现此问题,并且会发生冲突,导致合并 dex 错误.

我认为这不会有帮助,但请尝试添加它。

    ('me.zhanghai.android.materialprogressbar:library:1.6.1'){ 
exclude group: "com.android.support"
}

如果没有,您可能需要将您的问题发布到他们的 github 页面上,看看他们是否可以向您 promise 答案。

关于java - 无法在Android Studio 3.4.1中实现库 'me.zhanghai.android.materialprogressbar:library:1.6.1',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56208006/

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