gradle dsl method not 'android()',Error:(19, 0) Gradle DSL method not found: 'android()'

在尝试编译Android项目时遇到了问题。错误可能源于build.gradle文件。尽管有些解决方案建议检查android块,但在提供的build.gradle文件中,这似乎不是问题所在。配置包括使用Android SDK版本19,以及依赖于appcompat-v7和mediarouter-v7库,以及谷歌服务play-services。尝试更新编译和构建工具版本可能是解决此问题的一种方法。
摘要由CSDN通过智能技术生成

Android Studio is giving this error while compiling the project. I have searched and found that this may happen because of android

Block in top of the build.gradle.But in my build.gradle it may be not the problem. here is my gradle files.

build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } android { compileSdkVersion 19 } dependencies {

}

app.gradle apply plugin: 'com.android.application' android { compileSdkVersion 20 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.ptrprograms.chromecast" minSdkVersion 14 targetSdkVersion 20 versionCode 1 versionName "1.0" } buildTypes { release { runProguard false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:20.0.0' compile 'com.android.support:mediarouter-v7:19.0.+' compile 'com.google.android.gms:play-services:6.1.11'

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值