Error:Data Binding does not support Jack builds yet
问题 I am implementing DataBinding , it is working perfect, but it is not allowing me to use jackOptions . It throws error Data Binding does not support Jack builds yet while build. Here is my build.gradle android { defaultConfig { ... dataBinding { enabled true } jackOptions { enabled true } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } 回答1: From yigit's comment it's clear that this functionality is still under development as he and