Status Update
Comments
yb...@google.com <yb...@google.com>
kt...@gmail.com <kt...@gmail.com> #3
Could you please try "Build -> Run Generate Sources Gradle Tasks", and let us know if that fixes the problem?
da...@google.com <da...@google.com> #4
From the layouts in the project.
Have seen similar in3.5.Cx , not so often in 3.6.Cx , but more in 4.0.Cx and
now in 4.1.C1. Normally it was like a "red flood" for 15-20 secs (suspected
AS to do some "catching up"), but in 4.0 and 4.1 it didn't get resolved
until a complete rebuild. More often after opening project or restart of AS.
RG
man. 2. mar. 2020, 19:26 skrev <buganizer-system@google.com>:
Have seen similar in
now in 4.1.C1. Normally it was like a "red flood" for 15-20 secs (suspected
AS to do some "catching up"), but in 4.0 and 4.1 it didn't get resolved
until a complete rebuild. More often after opening project or restart of AS.
RG
man. 2. mar. 2020, 19:26 skrev <buganizer-system@google.com>:
Description
data_binding_base_class_source_out , however building an app would work. This indicates that IDEA is simply not told where to find the resource, and upon further inspection there are no references to data_binding_base_class_source_out in the generated iml file. If you add data_binding_base_class_source_out/ (whatever variant you have)/out as a generated source root, then it works.
Either the entry is missing in the iml file (thus IDEA is unable to find the binding classes inside of other resource roots rather than the default).
If you need more (say an example repo or alike, feel free to reach out).