This is the first time I have seen this on Google Developer Console regarding my Paint Pot Lite app.
Anyone got any ideas on the crash or is it something to do with that one persons Android device being something not right with it do you think?
Last reported
Today, 6:57 AM
Reports this week
3
Reports total
3
Application version
1.0
3
Android version
Android 4.1
3
Device
rk2928sdk
3
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.leap.paintpotlite_app/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to find native library: android_player
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalArgumentException: Unable to find native library: android_player
at android.app.NativeActivity.onCreate(NativeActivity.java:195)
at android.app.Activity.performCreate(Activity.java:5008)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 11 more