Error Reported on Google Play

Stulish

Active Member
Licensed User
Longtime User
Hi Guys,

I wasn't sure where to put this so chose the chit chat area :)

I had a crash report on Google Play :

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{lishsoft.android.saynoto0870/lishsoft.android.saynoto0870.main}: java.lang.ClassNotFoundException: lishsoft.android.saynoto0870.main in loader dalvik.system.PathClassLoader[/mnt/asec/lishsoft.android.saynoto0870-2/pkg.apk]
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1785)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1893)
at android.app.ActivityThread.access$1500(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1054)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:4385)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: lishsoft.android.saynoto0870.main in loader dalvik.system.PathClassLoader[/mnt/asec/lishsoft.android.saynoto0870-2/pkg.apk]
at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at android.app.Instrumentation.newActivity(Instrumentation.java:1040)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1777)
... 11 more

But cant really make much sense of it, to me it looks like a class is missing, but i don't know what class.

This is the only crash the app has had it has 2600+ downloads and looking at the ad statistics it gets about 150 impressions a day (there is only an impression if you do a search with the app, and ads can also be disabled so it may not be a true reflection of how much it is used).

Can anyone shed any light on this crash??? if not i am not too worried it has only occurred once, so may be something to do with the users device that caused the error.

Thanks

Stu
 

thedesolatesoul

Expert
Licensed User
Longtime User
Hi
If u search the forum there was another thread like this recently. Erel said it was due to putting the app on external storage, and when running the app the external storage is unavailable due to being plugged in usb or being removed.
Probably this is the same thing so dont worry.

Sent from my GT-I9305 using Tapatalk 2
 

Stulish

Active Member
Licensed User
Longtime User
Thanks,

I didn't think it was anything to worry about, i hadn't seen it on any of the devices i had tested it on and it didn't seem to be a re-occurring problem.

Regards

Stu
 
Top