Execution failed for task ‘:app:dexDebug’. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException

Add this to your file build. gradle

defaultConfig {
     multiDexEnabled true 
}

Leave a Comment