Android studio 2.3持续刷新

Android studio 2.3持续刷新,android,gradle,build.gradle,Android,Gradle,Build.gradle,我最近将android studio更新为2.3…更新后,它会不断刷新项目。因此我单击了invalidate cache and restart…之后它会显示此错误 这是我的build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcent

我最近将android studio更新为2.3…更新后,它会不断刷新项目。因此我单击了invalidate cache and restart…之后它会显示此错误

这是我的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:2.3.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}
这是我的gradle-wrapper.properties文件

#Mon Mar 13 16:42:48 IST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
这是我在gradle的位置

C:/Program Files/Android/Android Studio/gradle/gradle-3.2

一切似乎对我都很好。我不知道我应该改变什么…请帮助我

点击蓝色链接-升级Gradle包装器-应该会解决它

点击蓝色链接-升级Gradle包装器-应该会解决它

对于那些面临类似问题的人,这里是解决方案。从internet手动下载Gradle文件大约80MB,并用android stuido中的旧文件替换这些新文件。

对于面临类似问题的人,这里是解决方案。从internet手动下载大约80MB的gradle文件,并用android stuido中的旧文件替换这些新文件。

该链接已禁用。单击该链接时没有任何操作该链接已被禁用。点击那个链接什么也没做