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
When your project contains large number of classes, android studio will throw out non-zero exit value 3 error.
non-zero exit value 3
To solve the error, add this in build.gradle file and sync project with gradle.
build.gradle
dexOptions { javaMaxHeapSize "4g" }