更新后,android studio无法为锁定文件创建父目录

时间:2017-03-16 01:24:41

标签: android android-studio gradle android-ndk android-gradle

同步时更新了android studio和插件,无法创建锁定文件的父目录

包装器属性:

#Sun Mar 05 16:51:59 PKT 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

build.gradle app module:

apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.example.sarahn.toyapplication"
minSdkVersion 17
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 
'proguard-   rules.pro'
}
}
productFlavors {
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:
2.2.2',   {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.0'
testCompile 'junit:junit:4.12'
}

的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
}

尝试下载NDK,从项目中删除.gradle文件夹,从安装中删除但不能继续

环境: Windows 10

6 个答案:

答案 0 :(得分:2)

如果某人在Ubuntu上遇到与Intellij相同的问题,以下问题解决了我的问题:

删除~/.gradle/caches

中的所有内容

答案 1 :(得分:1)

我去了gradle构建无法创建父目录并删除缓存文件夹的位置

答案 2 :(得分:0)

这适用于Android Studio v3.0

删除根文件夹.gradelw gradle.bat(在windows上),gradle / .idea / 重新开放这个项目。

答案 3 :(得分:0)

只需转到Android工作室路径中的gradel文件夹,然后通过下载最新的gradel版本来更改您的gradel版本。 然后去android studio>设置并将gradel版本更改为您安装的版本

答案 4 :(得分:0)

对于我来说,(要解决此错误,请使用(Win 10 64位和Android Studio 3.1.3,我必须以管理员身份运行Android Studio。

答案 5 :(得分:0)

这对我有用android studio版本3.3.1

在应用栏中单击File,然后依次单击Invalidate caches / RestartINVALIDATE AND RESTART