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?
1 Answer 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
Juvie22
3813 gold badges5 silver badges16 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-java