为了账号安全,请及时绑定邮箱和手机立即绑定

错误:任务':app:dexDebug'的执行失败。com.android.ide.common

错误:任务':app:dexDebug'的执行失败。com.android.ide.common

POPMUISE 2019-08-27 17:09:59
错误:任务':app:dexDebug'的执行失败。com.android.ide.common.process.ProcessException错误:任务':app:dexDebug'的执行失败。com.android.ide.common.process.ProcessException:org.gradle.process.internal.ExecException:进程'命令'C:\ Program Files \ Java \ jdk1.8.0_40 \ bin \ java.exe''以非结束零退出值2我搜索了所有类似的问题和解决方案,但他们没有帮助。我希望像你这样的专家来。项目代码已上传到bitbucket:https://tainule@bitbucket.org/tainule/numad-huizhang.git我有两个模块,app和端点。以下是来自Module:app:apply plugin: 'com.android.application'android {     compileSdkVersion 21     buildToolsVersion "21.1.2"     defaultConfig {         applicationId "edu.neu.madcourse.huizhang1"         minSdkVersion 14         targetSdkVersion 21         versionCode 3         versionName "2.1"//        multiDexEnabled true     }     buildTypes {         release {             minifyEnabled false             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'         }     }}dependencies {     compile fileTree(include: ['*.jar'], dir: 'libs')     compile "com.android.support:appcompat-v7:21.0.+"     compile 'com.google.android.gms:play-services:+'     compile 'com.google.guava:guava:18.0'     compile 'com.google.code.gson:gson:1.7.2'     compile 'org.apache.httpcomponents:httpmime:4.4-beta1'     compile 'org.apache.httpcomponents:httpclient:4.4-beta1'     compile 'org.apache.httpcomponents:httpcore:4.4-beta1'     compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'     compile project(path: ':endpoint', configuration: 'android-endpoints')     compile files('src/main/res/libs/KeyValueAPI.jar')}
查看完整描述

3 回答

?
幕布斯6054654

TA贡献1876条经验 获得超7个赞

看来你有一个jar文件或lib多次出现。

因此,从lib文件夹中删除.jar文件,然后:

Build > Rebuild


查看完整回答
反对 回复 2019-08-27
?
慕田峪4524236

TA贡献1875条经验 获得超5个赞

我有同样的问题错误显示,我通过添加解决它

defaultConfig {        
    // Enabling multidex support.
    multiDexEnabled true}

我有这个问题,因为我超过了Android使用了这么多库所施加的65K方法dex限制


查看完整回答
反对 回复 2019-08-27
  • 3 回答
  • 0 关注
  • 539 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信