I used below code and it is not render graphical layout. display error as Exception raised during rendering: No tab known for tag null.
Exception raised during rendering: No tab known for tag null
how can i solve
This problem occurs when you try to setup your FragmentTabHost in onViewCreated, which is too late. Try to setup it in onCreateView, and add at least one tab before returning the view object.