MAC OSX
Rendering problems.
The following classes could not be instantiated:
- android.support.v7.internal.widget.ActionBarOverlayLayout..
안드로이드 스튜디오에서, 레이아웃을 Design 모드에서 열었을때 위와 같은 문제가 발생할 때가 있다. 이 문제는 스타일에서 테마를 변경하므로 해결할 수 있다.
res/values/styles.xml
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
테마 변경으로 해결이 안될경우, 아래와 같이 디자인 모드에서 버전을 변경해 보도록 한다.