Android Studio : UNEXPECTED TOP-LEVEL EXCEPTION:

前端 未结 4 531
孤街浪徒
孤街浪徒 2021-01-07 06:08

How Can I solve this error

Error:Execution failed for task \':app:dexDebug\'. com.android.ide.common.process.ProcessException: org.gradle.process.i

4条回答
  •  生来不讨喜
    2021-01-07 06:46

    Amazingly this one worked for me

    defaultConfig {
    multiDexEnabled true
    }
    

    Source: Android Studio fails to debug with error org.gradle.process.internal.ExecException

提交回复
热议问题