Data Binding Android - Type parameter T has incompatible upper bounds : ViewDataBinding and MainActivity

后端 未结 16 1571
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 00:27

I am using Android Studio 2.0 Preview 4. I\'m using Android SDK tools 25 rc1. This error persists no matter how many times I clean / rebuild project. File->Invalidate Caches

16条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-11 00:46

    If your gradle version is ok (1.5+) then you should try this:

    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"

    This might fix the problem. Let us know.

提交回复
热议问题