美文网首页
This Activity already has an act

This Activity already has an act

作者: 程序员学园 | 来源:发表于2017-05-03 16:55 被阅读0次
  Caused by: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar
 to false in your theme to use a Toolbar instead.

姐姐解决办法,给其所在Activity添加

 <item name="windowNoTitle">true</item>

即可。

相关文章

网友评论

      本文标题:This Activity already has an act

      本文链接:https://www.haomeiwen.com/subject/mtqltxtx.html