I have update the support library to 23.2.0 Since the update I get this error at build time :
\\app\\build\\intermediates\\data-binding-layout-out\\de
I had the same problem using the support Library 23.2.0 with the buildToolsVersion 23.0.2 and classpath com.android.tools.build:gradle:1.5.0. So, I solved it by changing the distributionUrl in the gradle-wrapper.properties file from https://services.gradle.org/distributions/gradle-2.2.1-all.zip to https://services.gradle.org/distributions/gradle-2.14.1-all.zip .