Please inform me if knowing whats tag that wanted.
Caused by: java.lang.RuntimeException: view must have a tag
__BaseActivity.java
I converted my layout by wrapping it in tags, but I forgot to move the namespace declarations to the opening tag:
Before
After