PagerSlidingTabStrip
                                
                                
                                
                                    PagerSlidingTabStrip copied to clipboard
                            
                            
                            
                        scrollToChild() - FATAL EXCEPTION: main PID: 1809 java.lang.NullPointerException
I was making dynamic tabs, ie tab size and names varies each time, it is working fine for first couple of time after that scrollToChild() - FATAL EXCEPTION: main PID: 1809 java.lang.NullPointerException Occurs on line scrollToChild(position, (int) (positionOffset * tabsContainer.getChildAt(position).getWidth()));
I've had the same problem as you.I solved it. 1、tab.notifyDataSetChanged(); 2、adapter.notifyDataSetChanged();