admin管理员组

文章数量:1650768

报错Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme

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.

报错如图

 解决方法:

打开AndroidManifest.xml,把 android:theme="@style/Theme.MyApplication" 里面的Theme.MyApplication换成Themes文件里的Theme.MyApplication.NoActionBar

android:theme="@style/Theme.MyApplication.NoActionBar"

“”

 

 

 

本文标签: barsuppliedActivityActionwindow