找不到类 android...app.WindowDecorActionBar

原址:点击打开链接

问题描述:

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_第1张图片 工具/原料
  • Android Studio

问题原因

  1. 1

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

    END

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

找不到类 android...app.WindowDecorActionBar_第2张图片
找到属性parent="Theme.AppCompat.Light.DarkActionBar"

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

你可能感兴趣的:(找不到类 android...app.WindowDecorActionBar)