What the actual meaning `Caused by: java.lang.RuntimeException: view must have a tag`?

后端 未结 9 1916
轮回少年
轮回少年 2021-02-20 06:25

Please inform me if knowing whats tag that wanted.

Caused by: java.lang.RuntimeException: view must have a tag

__BaseActivity.java

          


        
9条回答
  •  猫巷女王i
    2021-02-20 06:50

    Please convert the XML layout into data binding. this may cause this exception.like

    
    xml components here...
    
    

提交回复
热议问题