Binding expression results in error, but compiles/runs fine

别来无恙 提交于 2019-12-12 23:15:33

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/42187405/binding-expression-results-in-error-but-compiles-runs-fine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!