Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 1 #118

Open
dheena88 opened this issue Apr 2, 2018 · 3 comments

Comments

@dheena88
Copy link

dheena88 commented Apr 2, 2018

Process 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 1
this error in our app ?

@iCodeDesigns
Copy link

For me i do clean and rebuild. and it works!

@presita
Copy link

presita commented Aug 2, 2019

For me i add this code in gradlefile and rebuild. and it works!

dexOptions {
incremental = true;
preDexLibraries = false
javaMaxHeapSize "4g" // 2g should be also OK
}

@limina-miao
Copy link

For me i place the jdk in a directory with a file name without spaces. For example, don‘’t place the jdk in a directory with spaces such as “Program Files”, and it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants