gpt4 book ai didi

Android Studio 1.0RC4 Gradle 构建错误

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

我刚刚下载了 Android Studio 1.0RC4,但我无法构建任何项目,即使是新创建的项目也是如此。

我得到的错误是:

Error:Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.2.1-all.zip'.

我能够从浏览器下载 zip,但它在 AS 上不工作。这是我的 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:1.0.0-rc1'

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

allprojects {
repositories {
jcenter()
}
}

模块构建文件:

apply plugin: 'com.android.application'

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"

defaultConfig {
applicationId "simple.com.car10"
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

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

Gradle-wrapper.properties

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

我尝试运行 gradle - build from cmd,但出现了这个错误:

FAILURE: Build failed with an exception.

* What went wrong:
Build file 'C:\Users\Giovanni\uild' does not exist.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

总时间:3.093 秒

JDK:1.8.0_05

当我点击重试时,没有任何反应,我已经尝试卸载所有内容并重新安装,但没有成功。

有什么想法吗?谢谢。

最佳答案

我终于搞定了伙计们

我必须删除 'C:\Users\Username\' 中的.gradle 文件夹,然后我以管理员权限打开 AS它又复活了!

谢谢大家

关于Android Studio 1.0RC4 Gradle 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27357918/

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