1

I am getting the following error: Error:Error: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'Android\Sdk\build-tools21円.0.2\aapt.exe'' finished with non-zero exit value 42

This is my gradle file:

android {
compileSdkVersion 21
buildToolsVersion "21.0.2"
defaultConfig {
 minSdkVersion 10
 targetSdkVersion 21
 multiDexEnabled true
}

I've tried cleaning and rebuilding the project but it doesn't work. What should I do?

asked Aug 26, 2016 at 22:07

1 Answer 1

1

Try different build tools, for example 21.0.1. But firstly check what build tools you have installed

answered Aug 26, 2016 at 22:16
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.