I'm using IntelliJ 2017 Ultimate version in Linux Ubuntu 16.04. I have created my first Android application here and it gives me this error:
Error:Gradle: Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
I am using java version 1.8.0_131 and Android SDK API 24.
Java projects work properly and I used the same method of creating the Android Application in Windows 7 and it works properly.
I will be thankful, if you can help me in this matter.