I have a running project and all the xml files are showing me the error message Android Failed to instantiate one or more classes. The program still works.
Android Failed to instantiate one or more classes
In styles.xml,
styles.xml
Changing the theme from Theme.AppCompat.Light.DarkActionBar to Base.Theme.AppCompat.Light.DarkActionBar has worked for me.
Theme.AppCompat.Light.DarkActionBar
Base.Theme.AppCompat.Light.DarkActionBar