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

前端 未结 4 2128
梦毁少年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:13

    In my case, I was compiling and signing with Eclipse ADT (with File > Export > Export Android Application...) but missing some classes if I decompile my .apk. To solve it I use "Export an unsigned APK" and sign it using jarsigner and zipalign.

提交回复
热议问题