Skip to content Skip to sidebar Skip to footer

Error, When Try To Debug My App

Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/java-8-

Solution 1:

dexOptions {
    incremental true
    javaMaxHeapSize "4g"
}

Post a Comment for "Error, When Try To Debug My App"