Gradle DSL method not found: hugo()
See original GitHub issueHi,
I am trying to follow your instructions for disabling hugo in Gradle. I put this in my app’s build.gradle file:
hugo { enabled false }
However, Android Studio is throwing a build error:
Error:(32, 0) Gradle DSL method not found: ‘hugo()’
Please advise how I can correct this. Igor
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
ERROR: Gradle DSL method not found: 'implementiation ...
It's a typo in your build.gradle . You have used implementiation instead of implementation. Change this like below:
Read more >ERROR: Gradle DSL method not found: 'path()' - Help/Discuss
Possible causes: The project 'BoostIntegration' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. ' ......
Read more >Gradle DSL method not found: 'compile()' - CSDN Blog
这其实就是说,当前的gradle版本,没有“xxx()”方法,而你项目中直接用了这个method,或者间接用了(比如我们rn项目引用的第三方包里面,用了这个metho...
Read more >Android Studio - Gradle DSL method not found - YouTube
How to solve Android Studio Gradle DSL method not found : 'testImplementation () ' error. It works with Android Studio 3.+ versions.
Read more >Cannot find symbol dependencyResolutionManagement in ...
Hi Hugo,. This method is available from a specific version of the Android plugin. You should set up your plugin project Gradle configuration...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh! In that case, I think @DebugLog annotation would be a nice addition to Timber. @JakeWharton Any such plans / work in progress?
👀