Failed to load AppCompat ActionBar with unknown error?
I had the same problem. Seems it is a Android Studio bug.
In your styles xml-file change this:
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
to this:
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
Works for me.
0 comments:
Post a Comment