Data Binding Android

  1. Go to your "some_layout.xml"
  2. Click right -> Refactor -> Rename (or SHIFT + F6)
  3. Rename your layout to "some_layout2.xml" for example
  4. Rename this file back to the original "some_layout.xml"

转载地址:http://stackoverflow.com/questions/34368329/data-binding-android-type-parameter-t-has-incompatible-u

原文地址:https://www.cnblogs.com/exmyth/p/8413531.html