gpt4 book ai didi

android - Android项目中的循环依赖

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:40:25 25 4
gpt4 key购买 nike

我正在开发一个基于 pjsua2 库的应用程序。当我在 Oreo 以下的任何版本的 android 上运行该项目时,它工作正常并且我能够调试该应用程序。但是当我尝试在我的新手机上调试它时,它有 android 版本的奥利奥,它给了我以下错误

Circular dependency between the following tasks:
:app:checkManifestChangesDebug
\--- :app:instantRunMainApkResourcesDebug
\--- :app:transformClassesAndDexWithShrinkResForDebug
\--- :app:transformDexArchiveWithDexMergerForDebug
+--- :app:preColdswapDebug
| \--- :app:incrementalDebugTasks
| +---:app:transformClassesAndClassesEnhancedWithInstantReloadDexForDebug
| | \--- :app:transformClassesWithInstantRunForDebug
| | \--- :app:checkManifestChangesDebug (*)
| \--- :app:transformClassesWithInstantRunForDebug (*)
\--- :app:transformClassesWithDexBuilderForDebug
+--- :app:preColdswapDebug (*)
\--- :app:transformClassesWithInstantRunForDebug (*)

(*) - details omitted (listed previously)

我认为这是由于 android 版本,但我真的需要解决这个问题。所以如果有人能提供帮助,我将非常感激

最佳答案

我实际上遇到了同样的问题,我找到了 2 种方法来绕过这个问题,同时等待有一个真正的解决方案来解决这个问题。

1) 禁用即时运行: -> 设置/构建、执行、部署/即时运行(取消选中“启用即时运行”)

2) 如果您在应用程序级 build.gradle 中将 shrinkResources 设置为 true,则禁用它

shrinkResources false

我仍在寻找解决此问题的更好方法...

关于android - Android项目中的循环依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52929606/

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