Can't resolve Android databinding class

前端 未结 23 2263
南旧
南旧 2020-12-02 19:55

While using data binding , I am not able to get class MainActivityBinding as per Data Binding Guide

My layout name is activity_main.xml. I

23条回答
  •  醉酒成梦
    2020-12-02 20:19

    TRY Renaming the xml file to another name and check if binding works once it works rename it back to the one that was used.

    That helped for Android Studio 3.1

提交回复
热议问题