Hi,
I got a game now for 4 months on the play store and i'm getting some download.
I also get quite alot crashes when i look in the crash report from the developer console.
By far the most crashes are caused by this error:
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2283)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2440)
at android.app.ActivityThread.access$800 (ActivityThread.java:162)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1348)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:135)
at android.app.ActivityThread.main (ActivityThread.java:5422)
at java.lang.reflect.Method.invoke (Native Method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:914)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:707)
Caused by: java.lang.ClassNotFoundException:
at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass (ClassLoader.java:511)
at java.lang.ClassLoader.loadClass (ClassLoader.java:469)
at android.app.Instrumentation.newActivity (Instrumentation.java:1066)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2273)
I have actually no idea where to start with this, i don't even know what file is causing this.
Can anyone explain me more about this or tell me how and where to solve this?
Thanks
↧