Reputation: 8543
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.
Am I missing something here? As far as the documentation is concerned I don't think I am.
Upvotes: 1
Views: 97
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