classes could not be found: - android.support.v7.internal.app.WindowDecorActionBar问题的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了classes could not be found: - android.support.v7.internal.app.WindowDecorActionBar问题的解决方法相关的知识,希望对你有一定的参考价值。
转载至----http://my.oschina.net/u/2425146/blog/546649?fromerr=aDYrFDVx。仅作个人收藏使用,有转载的朋友请连续原作者,谢谢
刚刚进入studio 的小伙伴们遇到很多问题吧,这个是我曾经遇到的问题,希望能帮助大家,如果觉的有帮助您记得给个赞哦
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.
解决办法:
这个问题的原因是studio成长中,Actionbar已经out了,它推荐你使用的是toolbar
解决方法1:
找到项目目录res/values/sttyles.xml,准备修改其中的AppTheme设置。
找到属性parent="Theme.AppCompat.Light.DarkActionBar改成parent="Base.Theme.AppCompat.Light.DarkActionBar",就是在原parent属性值上加“Base.”前缀。
修改成之后的截图:
ok啦 在返回你的布局文件时候 问题就没啦
解决方法2:更改下api版本 如图 换个低版本的api就可以了
解决方法3:跟方法一类似 ,只是把parent的值改成其他的,改成Theme.AppCompat.Light.NoActionBar
以上是关于classes could not be found: - android.support.v7.internal.app.WindowDecorActionBar问题的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN
Rendering Problems The following classes could not be instantiated
SpringBoot - Jrebel Class org.springframework.boot.env.PropertiesPropertySourceLoader could not be …
SpringBoot - Jrebel Class org.springframework.boot.env.PropertiesPropertySourceLoader could not be …
Requested enabled DevSupportManager, but DevSupportManagerImpl class was not found or could not be c
解决方案-Rendering Problems-The following classes could not be instantiated: