Gradle DSL method not found: 'android()

Posted 星辰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Gradle DSL method not found: 'android()相关的知识,希望对你有一定的参考价值。

原文错误提示:

Error:(16, 0) Gradle DSL method not found: ‘android()‘
Possible causes:<ul><li>The project ‘XXXXXXX‘ may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>

 

错误原因:

android studio 引进项目时,自动查找本机是否有项目设置的SDK版本,若发现没有,我们会在project structure修改成自己的SDK。然而,修改后,AS会自动在项目下的build.gradle里添加上以下代码:

技术分享

 

解决办法:

删除以上图片中红框中的代码,然后再执行build->Rebuild project,删除完之后的代码如下:

技术分享

以上是关于Gradle DSL method not found: 'android()的主要内容,如果未能解决你的问题,请参考以下文章

Gradle DSL method not found: 'google()'

Gradle DSL method not found: 'google()'

Android gradle build Error:(9, 0) Gradle DSL method not found: 'compile()'。

C++学习(二七二)Gradle DSL method not found: ‘abiFilters()‘

Android Studio 新手常见错误:Gradle DSL method not found: &#39;runProguard()&#39;

android kotlin Gradle DSL method not found: '1.2.51()'错误,be using a version of the Android G