question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gradle DSL method not found: hugo()

See original GitHub issue

Hi, 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:closed
  • Created 8 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rpattabicommented, May 5, 2017

Oh! In that case, I think @DebugLog annotation would be a nice addition to Timber. @JakeWharton Any such plans / work in progress?

1reaction
maysamcommented, Nov 7, 2015

👀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found