Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.UnsatisfiedLinkError: Couldn't load main from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/system/app/Prismatik-v0.40.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]]: findLibrary returned null #58

Open
e-yes opened this issue Jan 18, 2015 · 0 comments

Comments

@e-yes
Copy link

e-yes commented Jan 18, 2015

java.lang.Error: FATAL EXCEPTION [main]
Unity version     : 4.5.2f1
Device model      : MBX n200
Device fingerprint: MBX/n200/n200:4.4.2/KOT49H/20141105:user/test-keys

Caused by: java.lang.UnsatisfiedLinkError: Couldn't load main from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/system/app/Prismatik-v0.40.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]]: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:358)
at java.lang.System.loadLibrary(System.java:526)
at com.unity3d.player.UnityPlayer.<clinit>(Unknown Source)
at com.woodenshark.prismatik.unity.MainActivity.onCreate(MainActivity.java:34)
at android.app.Activity.performCreate(Activity.java:5273)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1101)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
at dalvik.system.NativeStart.main(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant