Fail on compile
ppamorim opened this issue · 3 comments
ppamorim commented
This return a error when I try to compile.
The build of gradle works well, but the app, not.
Error:Execution failed for task ':app:dexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/java-7-openjdk-amd64/bin/java'' finished with non-zero exit value 2
felipecsl commented
It sounds like something is wrong with your jdk installation.
ppamorim commented
@felipecsl It only happens with this library. No way!
felipecsl commented
can you run a ./gradlew clean assemble --stacktrace
and paste the full stack/error please?