gradle - Android Data binding debugging -


i'm starting android's databinding tools every time come run program build error my.package.databinding not exist. error get:

 error:(15, 47) error: package a.b.c.d.databinding not exist 

the try review bindings , find problem. process slow , slower use more bindings.

is there way build process or gradle tells me probelm code , why could'nt create binding classes.

thanks.

the best place report b.android.com.

we've received reports when there java code mistake, sometimes, not build binding files wrong struggling reproduce it.

so if can create bug report w/ project reproduce, we'll try fix asap.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

r - Add string of (variable number of) arguments to a function within a function -