Error:Process 'command '/opt/android-studio/jre/bin/java'' finished with non-zero exit value 126
Asked
Active
Viewed 678 times
3
-
Can u post the complete log? – Raghavendra Oct 13 '16 at 12:00
-
Check [this](http://stackoverflow.com/questions/29249986/finished-with-non-zero-exit-value) thread – Raghavendra Oct 13 '16 at 12:04
2 Answers
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
-
Not getting again come to this Error:Process 'command '/opt/android-studio/jre/bin/java'' finished with non-zero exit value 126 – Vicky Oct 13 '16 at 11:57
-
use multiDexEnable true in defaultConfig { // Enabling multidex support. multiDexEnabled true } – cpt. Sparrow Oct 13 '16 at 12:01
-
-
in you Gradle:App find it you will see this at the top some where under ` `buildToolsVersion "23.0.2"` – cpt. Sparrow Oct 13 '16 at 12:31