Please refer to these two links:
-
How to fix android studios 2.3 NDK bug?
-
https://github.com/requery/requery/issues/467
This is caused by upgrading to Android gradle plugin 2.3
(com.android.tools.build:gradle:2.3.0).In previous versions of the plugin the databinding package name (where
the BR file is generated) was provided on an annotation in a generate
file. In the new version it’s passed as a annotation processor option
which is now handled.An updated version will be available soon, a temporary workaround is
to simply use the previous android gradle plugin 2.2.2