Circular dependency between the following tasks.

本文详细介绍了在Android Studio中遇到的Circular Dependency问题,即两个Module之间相互引用导致的编译错误。问题表现为任务执行循环,如:app:bundleDebugClasses等。解决方法是通过删除其中一个Module的双向引用,改为单向依赖。具体操作路径为:File > Project Structure > Dependencies,然后找到并移除冗余的引用。遵循这一解决方案,可以避免不必要的模块循环依赖,保持项目结构清晰。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题描述:

Circular dependency between the following tasks:
:app:bundleDebugClasses
— :app:compileDebugJavaWithJavac
— :CustomModule:bundleLibCompileToJarDebug
— :CustomModule:compileDebugJavaWithJavac
— :app:bundleDebugClasses (*)

(*) - details omitted (listed previously)

在这里插入图片描述


问题原因:两个Module互相引用了对方。

例如: app module引入了 CustomModule module,同时。 CustomModule module 也引入了 app module。


解决办法:删除一个引入,单向引入即可即可。

步骤:

  1. File
  2. Project Structure
  3. Dependences
  4. 找到2个双用的Module,删除一个即可

在这里插入图片描述


评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值