【AndroidStudio】android.support.v7.internal.widget.ActionBarOverlayLayout could not be instantiated

res/values/styles.xml

Base.Theme…に変更

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

 

Leave a Reply