Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

help #86

Open
HUAIHU234 opened this issue May 1, 2017 · 1 comment
Open

help #86

HUAIHU234 opened this issue May 1, 2017 · 1 comment

Comments

@HUAIHU234
Copy link

the project of rebound run with error:
Error:Execution failed for task ':rebound-android-example:preDexDebug'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

who can help me?thanks!

@abuqauod
Copy link

abuqauod commented May 1, 2017

i don't know exactly the case but please try one of the following:

solution 1:
add this
defaultConfig {
// Enabling multidex support.
multiDexEnabled true
}
solution 2:
compileOptions {
encoding "UTF-8"
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

lintOptions {
abortOnError false
}

Solution3:
It must have been a problem with my Java install. I removed all traces of Java (C://program files/Java/jdk) and jre folders and reinstalled it from the official page and now it works fine.

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

No branches or pull requests

2 participants