Eurig Jones
Eurig Jones

Reputation: 8543

Binding expression results in error, but compiles/runs fine

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.

Upvotes: 1

Views: 97

Answers (1)

George Mount
George Mount

Reputation: 20926

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

Upvotes: 2

Related Questions