How Can I solve this error
Error:Execution failed for task \':app:dexDebug\'. com.android.ide.common.process.ProcessException: org.gradle.process.i
Amazingly this one worked for me
defaultConfig { multiDexEnabled true }
Source: Android Studio fails to debug with error org.gradle.process.internal.ExecException