Exception right off the bat

前端 未结 1 563
既然无缘
既然无缘 2021-01-06 11:59

I am trying to run the FragmentLayout sample program using android:minSdkVersion=\"15\"

It crashed right off the bet doing SetContentView(), getting below exception:

1条回答
  •  耶瑟儿~
    2021-01-06 12:21

    Lowercase 'f' is needed in the layout.

    is a special tag interpreted by the Activity rather than being instantiated as a normal class (e.g., LinearLayout).

    
    
    
    
    
     
    

    0 讨论(0)
提交回复
热议问题