问题
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