找不到类 android...app.WindowDecorActionBar

来源:互联网 发布:字符串压缩算法 编辑:程序博客网 时间:2024/06/05 00:25

原址:点击打开链接

问题描述:

Rendering Problems 

       The following classes could not be found: - android.support.v7.internal.app.WindowDecorActionBar (Fix Build Path, Create Class)

       Tip: Try to build the project.

附:

在学习中遇到问题时,依照前辈们的告诫“不会的先自己查,实在不行再来找前辈”,而最快捷的查询方法,是上网,本条将有幸成为网络经验之一。

找不到类 android...app.WindowDecorActionBar工具/原料
  • Android Studio

问题原因

  1. 1

    Android版本升级,不推荐使用Actionbar,将被Toolbar代替。

    END

解决办法一:parent="Base.Theme.AppCompat.Light.DarkActionBar"


找到属性parent="Theme.AppCompat.Light.DarkActionBar"

修改为parent="Base.Theme.AppCompat.Light.DarkActionBar",即在原parent属性值上加“Base.”前缀。
0 0
原创粉丝点击