Application class not found after upgrading to Android X

旧街凉风 提交于 2021-01-29 11:15:55

问题


I am facing one very weird issue. I have migrated one of my old projects to AndroidX. And I have upgraded all the dependencies so I would get all the dependencies with AndroidX support also.

But somehow after doing all this, My app is crashing with this error log:

java.lang.RuntimeException: Unable to instantiate application com.example.MYApplication: java.lang.ClassNotFoundException: Didn't find class "com.example.MYApplication"

Did anyone face the same issue? Please let me know any solutions.

来源:https://stackoverflow.com/questions/57096026/application-class-not-found-after-upgrading-to-android-x

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!