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

后端 未结 9 1917
轮回少年
轮回少年 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:51

    I have used inflater without "attachToRoot". This error always occurs with issues related to inflater in adapter.

提交回复
热议问题