提示是

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>

 

posted on 2015-05-13 10:53  海暗  阅读(340)  评论(0)    收藏  举报