Task :processDebugResources Failed to execute aapt com.android.ide.common.process.ProcessException: Failed to execute aapt at com.android.builder.core.AndroidBui
I tried every possible solution to fix this frustrating error and only below worked for me. In your build.gradle add this:
android { aaptOptions.cruncherEnabled = false aaptOptions.useNewCruncher = false }