Circular dependency between the

2019-03-25  本文已影响0人  Mylovesunshine

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
可解决此问题

上一篇 下一篇

猜你喜欢

热点阅读