I am trying to compile an Android application with Android Studio on Linux. But I get the following errors:
Error: org.gradle.process.internal.ExecException: there was a problem launching 'command' / home / user / Android / Sdk / build-tools / 19.1.0 / aapt '': app: mergeDebugResources FAILED
Error: execution completed for task ': app: mergeDebugResources'.
Error: org.gradle.process.internal.ExecException: there was a problem starting the process 'command' / home / user / Android / Sdk / build-tools / 19.1.0 / aapt ''
How to solve this problem?
source share