Rendering Problems
the following classes could not be found:
android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Edit XML, Create Class)
Tip: Try to build the project
解决办法:
把style文件中theme改一下
在Theme.AppCompat.Light.DarkActionBar前面加上Base. 如下
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
当然,开发完APP也是需要进行全方位的检测:[url]http://www.ineice.com[/url]
the following classes could not be found:
android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Edit XML, Create Class)
Tip: Try to build the project
解决办法:
把style文件中theme改一下
在Theme.AppCompat.Light.DarkActionBar前面加上Base. 如下
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
当然,开发完APP也是需要进行全方位的检测:[url]http://www.ineice.com[/url]
本文介绍了解决Android开发中遇到的RenderingProblems错误,具体表现为找不到android.support.v7.internal.widget.ActionBarOverlayLayout类的问题。解决方案是在style文件中的Theme.AppCompat.Light.DarkActionBar前加上Base前缀。完成开发后,推荐使用ineice进行全面检测。
1811

被折叠的 条评论
为什么被折叠?



