首页 > 移动平台 > 详细

Android学习之路--问题及解决方案

时间:2015-11-28 19:51:06      阅读:568      评论:0      收藏:0      [点我收藏+]

问题一:

  在IntelliJ IDEA/Andoroid Studio中,无法在可是化界面预览布局文件。提示信息如下:

  Rendering Problems

  The following classes could not be found:

    - android.support.v7.internal.app.WindowDecorActionBar (Fix Build Path, Edit XML, Create Class)

  Tip:Try to build the project.

  技术分享

解决方案:

  修改styles.xml文件,在“Theme.AppCompat.Light.DarkActionBar”前面加上“Base.”

  

<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
  <!-- Customize your theme here. -->
</style>

 

  

Android学习之路--问题及解决方案

原文:http://www.cnblogs.com/eckel/p/5003239.html

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