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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更新后android studio无法为锁定文件创建父目录相关的知识,希望对你有一定的参考价值。

同步时更新了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应用程序模块:

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

答案

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

删除~/.gradle/caches中的所有内容>

另一答案

我去了gradle构建失败的位置,无法在其中创建父目录并删除了缓存文件夹

另一答案

这对我来说适用于Android Studio v3.0

另一答案

当我将Android Studio升级到3.0.1时,我遇到了同样的问题。所有项目都有此错误信息。 (Windows 10 Pro 64位)

另一答案

就我而言,(要解决此错误,(Win 10 64位和Android Studio 3.1.3我必须以管理员身份运行Android Studio。

另一答案

只需转到Android Studio路径内的gradle文件夹,并通过下载最新的gradle版本来更改gradle的版本。然后转到android studio>设置,并将gradle版本更改为已安装的版本

另一答案

这对我有用android studio版本3.3.1

以上是关于更新后android studio无法为锁定文件创建父目录的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 更新后 AVD 无法启动

Android Studio 更新后 ProGuard 无法正常工作

Android studio 引用的aar包更新后,项目中依赖包代码未更新

Android studio 引用的aar包更新后,项目中依赖包代码未更新

更新到 Android Studio 4.2 后无法创建新的 Kotlin 项目

将 Android Studio 3.6 和 Gradle 更新到 3.5.0 后无法运行项目