Task :processDebugResources Failed to execute aapt com.android.ide.common.process.ProcessException: Failed to execute aapt
at com.android.builder.core.AndroidBui
possible issue related to this can be with your XML files. I have faced this when I deleted my unnecery xml files.
For remedy from this error in gradle.properties of the module, add this below line:
android.enableAapt2=false
after adding this line, restart the gradle.
and do once clean, rebuild your project.