首页 > 移动平台 > 详细

android studio 无法在可视化页面预览布局文件

时间:2015-10-24 11:30:04      阅读:259      评论:0      收藏:0      [点我收藏+]
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>

android studio 无法在可视化页面预览布局文件

原文:http://www.cnblogs.com/zishentai-1/p/4906312.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!