I had an error
Failed to load AppCompat ActionBar with unknown error in android studio
and the solution was simple:
change
< style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
to
< style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
I am not clear why this change was made. Please can anyone provide me with the reason?