[Solved] Error in activity_main.xml TableRow


<TableRow this part of your code should be

<TableRow android:layout_width=...
          android:layout_height=...> 

in other words – the tag should be closed

solved Error in activity_main.xml TableRow