错误:任务应用程序的执行失败:transformClassesWithDexForDebug

时间:2016-09-14 15:05:47

标签: android compiler-errors android-gradle

当我要构建apk时,我收到此错误。

  

任务执行失败':app:transformClassesWithDexForDebug'。 > com.android.build.api.transform.TransformException:com.android.ide.common.process.ProcessException:org.gradle.process.internal.ExecException:进程'命令'C:\ Program Files \ Java \ jdk1.8.0_91 \ bin \ java.exe''以非零退出值3结束

以下是错误的屏幕截图

enter image description here][1]

enter image description here

1 个答案:

答案 0 :(得分:0)

使用multidex解决了我的问题。在defaultConfig和multiDexEnabled true中添加compile 'com.android.support:multidex:1.0.0'  在app中的build gradle中的依赖项中,并在manifest中添加android:name="android.support.multidex.MultiDexApplication"。查看屏幕截图2Manifest

1u can use dexOptions and packagingOptions