Android to Unable to instantiate Application java.lang.ClassNotFoundException:

前端 未结 4 2132
梦毁少年i
梦毁少年i 2021-01-30 17:29

I am working on application which is host on android market. Sometimes (once a month ) I got a crash report:

Unable to instantiate application java.lang.C

4条回答
  •  温柔的废话
    2021-01-30 18:02

    Some other similar questions indicate that this can be a user error. "/mnt/asec/..." indicates that the app is running from the sdcard. If the sdcard is removed it could cause this error. 3rd party apps or rooted devices can probably move an app to the sdcard even if its not allowed by the manifest.

    Similar Question

提交回复
热议问题