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

错误:任务 ':app:dexDebug' 执行失败。在安卓中

错误:任务 ':app:dexDebug' 执行失败。在安卓中

繁花不似锦 2021-06-21 08:13:51
我是android编程的新手。当我运行我的应用程序时,它会显示这种错误错误:任务 ':app:dexDebug' 执行失败。com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_67\bin\java.exe'' 完成了非零退出值 2这是我的毕业证书:apply plugin: 'com.android.application'android {    compileSdkVersion 23    buildToolsVersion "23.0.1"defaultConfig {    applicationId "uz.ums"    minSdkVersion 16    targetSdkVersion 23    versionCode 1    versionName "1.0"    useLibrary 'org.apache.http.legacy'}buildTypes {    release {        minifyEnabled false        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'    }}}dependencies {    compile fileTree(dir: 'libs', include: ['*.jar'])    testCompile 'junit:junit:4.12'    compile 'com.android.support:appcompat-v7:23.0.1'    compile 'com.github.traex.rippleeffect:library:1.3'    compile 'com.android.support:cardview-v7:23.0.1'    compile 'com.android.support:design:23.0.1'    compile 'com.mcxiaoke.volley:library-aar:1.0.0'    compile 'com.android.support:recyclerview-v7:+'    compile files('libs/picasso-2.5.2.jar')    compile 'com.squareup.okhttp3:okhttp:3.0.1'}我清理了项目并重建,但这对我没有帮助。你有什么建议给我!预先感谢
查看完整描述

1 回答

?
倚天杖

TA贡献1828条经验 获得超3个赞

你可以试试这个


defaultConfig {        

    // Enabling multidex support.

    multiDexEnabled true

}


查看完整回答
反对 回复 2021-06-23
  • 1 回答
  • 0 关注
  • 121 浏览

添加回答

举报

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