Android Failed to instantiate one or more classes

前端 未结 3 1442
太阳男子
太阳男子 2020-12-01 08:10

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.

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 08:58

    In the build.gradle (Module: app) change the implementation of appcompat to a previous version by searching the developer.google

    This is an error in the android framework usually happens in the alpha and beta appcompat versions.

    Hope this helps.

提交回复
热议问题