Android Studio 1.2.1.1 Rendering Problems

Rendering Problems

 The following classes could not be found:

- android.support.v7.internal.widget.ActionBarOverlayLayout


解決方法:

styles.xml


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

改爲(加Base)

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


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章