instant run java.lang.OutOfMemoryError: GC overhead limit exceeded

前端 未结 4 1436
刺人心
刺人心 2020-12-14 19:54

I have upgraded to Android Studio 2.1 and I got this error while I am trying to build & run my corporate big project:

Execution failed for task \

4条回答
  •  心在旅途
    2020-12-14 20:57

    defaultConfig {
        multiDexEnabled =true
    }
    

    add this to your build.gradle file of the app

提交回复
热议问题