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 the build.gradle (Module: app) change the implementation of appcompat to a previous version by searching the developer.google
build.gradle
app
appcompat
developer.google
This is an error in the android framework usually happens in the alpha and beta appcompat versions.
Hope this helps.