android studio 3.0 canary 5下载,Android Studio 3.0 Canary 5中的Gradle Sync失败

这是我的build.gradle(Project:MyProjectName)文件:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

ext.kotlin_version = "1.1.1"

ext.supportLibVersion = "25.3.0"

repositories {

jcenter()

}

dependencies {

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"

classpath 'com.android.tools.build:gradle:3.0.0-alpha5'

// NOTE: Do not place your application dependencies here; they belong

// in the individual module build.gradle files

}

}

allprojects {

String osName = System.getProperty("os.name").toLowerCase();

if (osName.contains("windows")) {

buildDir = "C:/tmp/${rootProject.name}/${project.name}"

}

repositories {

jcenter()

}

}

task clean(type: Delete) {

delete rootProject.buildDir

}

这是build.gradle(模块:app):

apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

android {

compileSdkVersion 25

buildToolsVersion "25.0.2"

defaultConfig {

applicationId "com.example.android.datafrominternet"

minSdkVersion 10

targetSdkVersion 25

versionCode 1

versionName "1.0"

}

buildTypes {

release {

minifyEnabled false

}

}

}

dependencies {

compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'com.android.support:appcompat-v7:25.1.0'

// TODO (32) Remove the ConstraintLayout dependency as we aren't using it for these simple projects

compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'

implementation 'com.android.support.constraint:constraint-layout:1.0.2'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7: $kotlin_version"

}

这个错误信息:

Error:Unable to find method 'com.android.build.gradle.internal.variant.BaseVariantData.getOutputs()Ljava/util/List;'.

此意外错误的可能原因包括:> Gradle的依赖性缓存可能已损坏(这有时会在网络连接超时后发生.)

重新下载依赖项和同步项目(需要网络)> Gradle构建过程(守护程序)的状态可能已损坏.停止所有Gradle守护进程可以解决此问题.

停止Gradle构建过程(需要重新启动)>您的项目可能正在使用第三方插件,该插件与项目中的其他插件或项目请求的Gradle版本不兼容.如果Gradle进程损坏,您可以还尝试关闭IDE然后杀死所有Java进程.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值