I have pass through non-zero exit value 1,2, related to multidex issue, but now I am getting non-zero exit value 3.
Studio Message :
Information:Grad
FIXED SOLUTION: Increased the HEAP size to 2g or 4g.
android { defaultConfig {} dexOptions { javaMaxHeapSize "4g" } packagingOptions { } buildTypes { } }