AS使用错误笔记

2 篇文章 0 订阅

Gradle DSL method not found: 'android()'

原文代码

Error:(12, 0) Gradle DSL method not found: 'android()'
Possible causes:<ul><li>The project 'xxxx' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
<a href="fixGradleElements">Fix plugin version and sync project</a></li><li>The project 'paydemo' may be using a version of Gradle that does not contain the method.
<a href="openGradleSettings">Gradle settings</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,删除完之后的代码如下:



Plugin with id 'com.android.application' not found.

原文错误提示

Error:(1, 0) Plugin with id 'com.android.application' not found.
<a href="openFile:E:\Android_studio_code\work\paydemo\app\build.gradle">Open File</a>

buildscript {
。。。。。。。。
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3' 
}
}


加上 dependencies






评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值