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

后端 未结 9 1901
轮回少年
轮回少年 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条回答
  •  温柔的废话
    2021-02-20 06:48

    This happened to me due to the library's layout file (the one for which the error was flagged) having the same name as another one in the app module. Both used data binding.

提交回复
热议问题