I had some problems when I tried to use the latest Android build tool (gradle -experimental: 0.6.0-alpha3) with the database. This results in an error when trying to update all gradle projects.
First: Error:Exception thrown while executing model rule: BaseComponentModelPlugin.Rules#createBinaryTasks > create(dataBindingExportBuildInfoAllDebug)
model { ... android.dataBinding { enabled = true } ... }
Second: Error:Cause: com.android.build.gradle.managed.AndroidConfig$Impl
model { android { ... dataBinding { enabled = true } } ... }
source share