gpt4 book ai didi

android - appComponentFactory 的 list 合并失败

转载 作者:IT老高 更新时间:2023-10-28 22:17:19 24 4
gpt4 key购买 nike

使用谷歌所谓的 Material Design 2.0 需要你添加

implementation 'com.google.android.material:material:1.0.0-rc01'

在应用程序 Gradle 中也包括

implementation 'com.android.support:appcompat-v7:28.0.0-rc02'    

显示冲突

日志是这样写的

Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0-rc02] AndroidManifest.xml:22:18-91   

is also present at [androidx.core:core:1.0.0-rc01] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-19:19 to override.

即使将其添加到 list 中,它也会显示 list 合并失败并出现多个错误

最佳答案

这个错误现在很常见:

当我们收到此类错误时:当库更新并提供 AndroidX 的使用但我们使用的是旧的时。

您可以按照以下步骤解决:

  • 将您的项目迁移到 AndroidX:

With Android Studio 3.2 and higher, you can quickly migrate an existing project to use AndroidX by selecting Refactor > Migrate to AndroidX from the menu bar.

Note: To migrate an existing project that does not use any third-party libraries with dependencies that need converting, you can set the android.useAndroidX flag to true and the android.enableJetifier flag to false.

此步骤将自动完成所有答案所说的手动操作

即使您遇到任何其他错误,例如运行时构建失败,那么:

  • 使缓存失效并重新启动

  • 清理您的项目

希望对大家有所帮助。谢谢。

关于android - appComponentFactory 的 list 合并失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52135251/

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