3

Error:Process 'command '/opt/android-studio/jre/bin/java'' finished with non-zero exit value 126

Vicky
  • 25
  • 7

2 Answers2

1

try Build->Clean Project and then Build->Rebuild Project.

EA Rashel
  • 167
  • 2
  • 9
  • Error:Failed to complete Gradle execution. Cause: Process 'command '/opt/android-studio/jre/bin/java'' finished with non-zero exit value 126 – Vicky Oct 13 '16 at 11:50
0

try File>Invalidate Chaches / Restart this will work

and ADD this

defaultConfig {        
    // Enabling multidex support.
    multiDexEnabled true
}
cpt. Sparrow
  • 415
  • 8
  • 22