Android工作室错误:任务执行失败':app:preDexDebug'

时间:2015-06-04 06:21:13

标签: android android-studio

我是新手,我创建了我的第一个程序Hello World,但在运行时显示此错误消息

Error:Execution failed for task ':app:preDexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\Program Files\Java\jdk1.8.0_45\bin\java.exe'' finished with non-zero exit value 1

我的build.gradle是

 apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'

defaultConfig {
    applicationId "com.example.android.helloworld"
    minSdkVersion 15
    targetSdkVersion 22
    versionCode 1
    versionName "1.0"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
}
 dependencies {
  // App dependencies compile 'com.android.support:appcompat-v7:22.+'
  }

请帮助我.......

enter image description here

1 个答案:

答案 0 :(得分:0)

我通过下载最新版本的gradle解决了这个问题。

然后转到文件---->无效的缓存/重启

它为我工作