unable to instantiate application - ClassNotFoundException

后端 未结 13 1613
悲哀的现实
悲哀的现实 2021-01-01 20:57

EDIT: This problem has not already been resolved in the other suggested SO question

I had a fully working app on the market for over a year, with ve

13条回答
  •  不思量自难忘°
    2021-01-01 21:28

    In my case, application id and package were mismatched. This should be same as presented in following images...

    AndroidManifest.xml

    app/build.gradle

    In this case you can see, applicationId and package both are same that is com.mycompany.mygamelibrary

提交回复
热议问题