I am getting this following errors while compile my application.
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1
I did clean/build project but it not work and I checked the SDK as well , it's where it belongs to be. Can any one guide me from this issue.
In the gradle file I am using :
**compile 'com.android.support:support-v4:13.0.0'**
Any help is appreciated, thanks.