If you get the following error
The following classes could not be instantiated: - android.support.v7.internal.widget.ActionBarOverlayLayout
Then set res/values/styles.xml
to:
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">