1

I seem to be getting an error when creating binding expressions in Android Studio. The code seems to compile and run ok and the method is called, but I'm still left with an error in Android Studio.

Binding expression error

Am I missing something here? As far as the documentation is concerned I don't think I am.

Eurig Jones
  • 8,226
  • 7
  • 52
  • 74
  • I have seen that as well, and also in my case it runs fine. I didn't bother checking way lint is complaining about it tho. – Blackbelt Feb 12 '17 at 12:46
  • Android Studio keeps improving its databinding support, so I'd update to the latest beta for best results. If that does not help, search bug reports or file a new one. – Uli Feb 12 '17 at 19:04

1 Answers1

2

Android Studio is following data binding implementation and may show warnings or errors where there is no problem. It should keep improving.

George Mount
  • 20,708
  • 2
  • 73
  • 61