why java.exe exit with value 1 in android studio

后端 未结 10 1164
有刺的猬
有刺的猬 2020-12-04 01:22

Error:Execution failed for task \':app:dexDebug\'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process

10条回答
  •  心在旅途
    2020-12-04 02:02

    After trying every single one of the solutions, the only thing that helped me was removing the "multiDexEnabled true".

提交回复
热议问题