美文网首页
Circular dependency between the

Circular dependency between the

作者: Mylovesunshine | 来源:发表于2019-03-25 16:35 被阅读0次

1.报错如下:
Circular dependency between the following tasks:
:app:bundleReleaseJsAndAssets
--- :app:recordFilesBeforeBundleCommandRelease
--- :app:mergeReleaseResources
+--- :app:bundleReleaseJsAndAssets ()
--- :app:generateReleaseResources
--- :app:bundleReleaseJsAndAssets (
)

(*) - details omitted (listed previously)

2.解决方案:
android studio
gradle.properties 文件添加
org.gradle.configureondemand = true
可解决此问题

相关文章

网友评论

      本文标题:Circular dependency between the

      本文链接:https://www.haomeiwen.com/subject/cgrbvqtx.html