- 6 years ago
There's a problem in your XML. You are trying to Close that tag which is not started.
<FrameLayout>
--- <RelativeLayout>
-------- <Button></Button>
--- </RelativeLayout>
--- </RelativeLayout> *THIS*
</FrameLayout>
- 5 years ago
this Error Occur when your View part has some problem So check your View Part of Error Page.
Hot Questions