在您的应用级build.gradle文件中添加此项.
build.gradle
android { dexOptions { incremental true javaMaxHeapSize "4g" } }