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

1.3Preview ndk demo #44

Closed
a251115100 opened this issue Jul 27, 2015 · 5 comments
Closed

1.3Preview ndk demo #44

a251115100 opened this issue Jul 27, 2015 · 5 comments

Comments

@a251115100
Copy link

Error:Execution failed for task ':app:dexAllDebug'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_40\bin\java.exe'' finished with non-zero exit value 1

@yuruxuan
Copy link

I also meet this problem.-_-!

@taehwandev
Copy link

Same problem.

My solutions is.

allprojects {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}

build.gradle.

On Thu, Jul 30, 2015, 6:21 PM yuruxuan [email protected] wrote:

I also meet this problem.-_-!


Reply to this email directly or view it on GitHub
#44 (comment)
.

@DennyCai
Copy link

Why they can not support the Java1.8?

@proppy
Copy link
Contributor

proppy commented Jul 31, 2015

Do you also have 1.7 installed?
(Android Studio requires JDK7 as specified by https://developer.android.com/sdk/index.html#Requirements)

Alternatively you can specify the JDK location in File > Project Structure > JDK Location.

@proppy
Copy link
Contributor

proppy commented Aug 3, 2015

Closing this, and moving the discussion to #43.

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

5 participants