码迷,mamicode.com
首页 > 移动开发 > 详细

android studio 新建的项目无法绘制界面

时间:2015-05-13 12:02:16      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

提示是

android.support.v7.internal.widget.ActionBarOverlayLayout could not be instantiated

解决方法:res/values/styles.xml 更改

<resources>

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

</resources>

1 <resources>
2 
3     <!-- Base application theme. -->
4     <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
5         <!-- Customize your theme here. -->
6     </style>
7 
8 </resources>

 

android studio 新建的项目无法绘制界面

标签:

原文地址:http://www.cnblogs.com/tjsudys/p/4499787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!