IllegalStateException: Fragment already added in the tabhost fragment

后端 未结 11 1174
暗喜
暗喜 2020-12-04 14:07
FATAL EXCEPTION: main
Process: com.example.loan, PID: 24169
java.lang.IllegalStateException: Fragment already added: FormFragment{428f10c8 #1 id=0x7f050055 form}
            


        
11条回答
  •  误落风尘
    2020-12-04 15:00

    I have this error when not wrapping my body XML inside a ViewGroup inside FrameLayout.

    Error:

    
    
        
    
            
    
        
    
    
    

    Solved:

    
    
        
    
            
    
                
    
            
        
    
    
    

    Hope this may help someone.

提交回复
热议问题