AppCompat does not support the current theme features:
这样的在网上搜索都是讲的在activity不支持当前的theme 在theme中加上
<item name="windowActionBar">false</item> <item name="windowNoTitle">true</item>
然鹅我的bug 依旧无效, 在重新分析代码的生活发现 是在之前设计的时候由于UI给的activity后来变成了fragment,而我直接将Activity 的布局 放到了Fragment中,在这个布局中,使用到了
ToolBar , 在Fragment中无法解析这个ToolBar 所以报错