SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, to increase the heap-size looks like this:
Using Android Studio 1.1.0
android { dexOptions { incremental true javaMaxHeapSize "2048M" } }
Put the above code in your Build.gradle file.