Friday, August 7, 2015

  • Android Studio - Rendering Problems The following classes could not be instantiated: - android.support.v7.internal.widget.ActionBarOverlayLayout

    Fix res/values/styles.xml  :



    <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"/>
     
    Detailed explanation as requested: Theme.AppCompat.Light.DarkActionBar is a subclass of the superclass Base anyway.

  • 0 comments:

    Post a Comment

    Copyright @ 2013 Code Snippets.