Google feature our game Compulsive today and now we have a ton of crashes. Can you help figure out what’s wrong?
Stack:
java.lang.ExceptionInInitializerError
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1409)
at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1561)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3683)
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:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load compulsive: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
at com.tmsoft.compulsive.Compulsive.(Compulsive.java:30)
... 15 more
Devices:
Galaxy Ace (GT-S5830i) 11 16.9%
Optimus L3 (e0) 8 12.3%
Galaxy Y (GT-S5360L) 5 7.7%
Galaxy Ace (GT-S5830) 5 7.7%
Wildfire S (marvel) 5 7.7%
Galaxy Y (GT-S5360) 4 6.2%
GT-S5360T (GT-S5360T) 3 4.6%
Galaxy Mini (GT-S5570) 3 4.6%
Optimus One (thunderc) 2 3.1%
Galaxy Ace (GT-S5830M) 2 3.1%
s8034 2 3.1%
Galaxy Y Pro (GT-B5510) 1 1.5%
XT316 (XT316) 1 1.5%
BLU 1 1.5%
ALCATEL_ONE_TOUCH_903 (one_touch_903_gsm) 1 1.5%
LG-AS680 (as680) 1 1.5%
ZTE-SKATE (skate) 1 1.5%
Chaser (chaser-921) 1 1.5%
Galaxy Y (GT-S5363) 1 1.5%
Galaxy Ace (GT-S5830D) 1 1.5%
Milano (C5120) 1 1.5%
Galaxy Ace (GT-S5839i) 1 1.5%
HTC Salsa C510e (icong) 1 1.5%
N762 (roamer) 1 1.5%
Blade (blade) 1 1.5%
X500_USA_General (X500) 1 1.5%
Our Manifest:
Any advice?
I’ve seen this post: http://www.cocos2d-x.org/forums/20/topics/38931 which seems to think the minSdkVersion should be 9 but the device version of crashes are Android 2.3.3 - 2.3.7.
Download link: https://play.google.com/store/apps/details?id=com.tmsoft.compulsive
Please give me any advice you might have! THANKS!