DataBinding worked very well in my project, But after upgrade Android Studio 2.3 today . Run \'app\' failed because following error :
Error:(1
The problem comes in a warning that is difficult to see amongst all of the errors:
Warning:Using incompatible plugins for the annotation processing: android-apt. This may result in an unexpected behavior.
If you remove apt, data binding works.