Execution failed app:processDebugResources Android Studio

For me it helped to change the version of buildTools to:

buildToolsVersion "21.0.1"

You will find this setting inside the file app/build.gradle.

Leave a Comment