android studio 構建grade異常

Error:

(79, 0) Could not find method news_funnyCompile() for arguments [DefaultProjectDependency{dependencyProject=project :netsdk, configuration=news_funnyRelease}] on object of type 、org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

無法為參數找到方法news_funnyCompile()

我在一個項目編譯多個APP中,出現了以上錯誤,grade文件錯誤,查看grade文件,發現productFlavors和sourceSets裡面的應用名寫錯了。。。。。。。。。。。好尷尬啊

原來寫的時候寫成funney了


Error:Project :app declares a dependency from configuration falla_funnyCompile to configuration falla_funnyRelease which is not declared in the descriptor for project :mall.

在app的grade裡面沒有可以Compile的falla_funnyRelease,查看grade文件,導入mall項目的falla_funnyCompile,看Release的前面是不是falla_funny。要和Compile前面的APP樣命名。

沒有找到falla_funnyRelease去配置編譯

多一個空格也不行。

推薦閱讀:

如何看待陰陽師業火原bug事件?
如何看待能自動修復bug的CodePhage?
WIN10將文件或文件夾固定到快速訪問,提示參數錯誤,怎麼解決?
為什麼越深入的學習法律,越覺得法律的漏洞越多?

TAG:異常處理 | Bug | Android開發 |