Process 'command Usr/lib/jvm/java-8-oracle/bin/java' Finished With Non-zero Exit Value 2
I run an application on Android Studio but I have an error like : Execution failed for task org.gradle.process.internal ExecException Process command /usr/lib/jvm/java-8-oracle/bin
Solution 1:
Please read full error statement in your Gradle Console
I guess it has some kind of UNEXPECTED TOP LEVEL EXCEPTION, that is usually caused my either have multi-dex issue or duplicate dependency issue.
Try to remove half of your libraries and build the project. If this will fix the issue, you have exceeded the 65k method count.
Post a Comment for "Process 'command Usr/lib/jvm/java-8-oracle/bin/java' Finished With Non-zero Exit Value 2"