gpt4 book ai didi

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

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:19:31 24 4
gpt4 key购买 nike

同步时更新了 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中的所有内容

关于android - 更新后 android studio 无法为锁定文件创建父目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42823697/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com