- Dec 20, 2017
- 15
- 15
Hi,
I've the following error on Quick App
java.lang.IllegalStateException: J2V8 native library not loaded
at com.eclipsesource.v8.V8.checkNativeLibraryLoaded(SourceFile:253)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:153)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:114)
at org.hapjs.render.jsruntime.b.<init>(SourceFile:33)
at org.hapjs.render.jsruntime.JsThread.a(SourceFile:321)
at org.hapjs.render.jsruntime.JsThread.c(SourceFile:61)
at org.hapjs.render.jsruntime.JsThread$a.handleMessage(SourceFile:186)
at android.os.Handler.dispatchMessage(Unknown Source:21)
at android.os.Looper.loop(Unknown Source:155)
at android.os.HandlerThread.run(Unknown Source:28)
Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/app/HybridPlatform/HybridPlatform.apk"],nativeLibraryDirectories=[/system/app/HybridPlatform/lib/arm64, /system/lib64, /system/vendor/lib64, /system/lib64, /system/vendor/lib64]]] couldn't find "libj2v8.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1657)
at com.eclipsesource.v8.LibraryLoader.loadLibrary(SourceFile:43)
at com.eclipsesource.v8.V8.load(SourceFile:75)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:149)
... 8 more
Do you know when the bug will be fixed?
Thanks
I've the following error on Quick App
java.lang.IllegalStateException: J2V8 native library not loaded
at com.eclipsesource.v8.V8.checkNativeLibraryLoaded(SourceFile:253)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:153)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:114)
at org.hapjs.render.jsruntime.b.<init>(SourceFile:33)
at org.hapjs.render.jsruntime.JsThread.a(SourceFile:321)
at org.hapjs.render.jsruntime.JsThread.c(SourceFile:61)
at org.hapjs.render.jsruntime.JsThread$a.handleMessage(SourceFile:186)
at android.os.Handler.dispatchMessage(Unknown Source:21)
at android.os.Looper.loop(Unknown Source:155)
at android.os.HandlerThread.run(Unknown Source:28)
Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/app/HybridPlatform/HybridPlatform.apk"],nativeLibraryDirectories=[/system/app/HybridPlatform/lib/arm64, /system/lib64, /system/vendor/lib64, /system/lib64, /system/vendor/lib64]]] couldn't find "libj2v8.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1657)
at com.eclipsesource.v8.LibraryLoader.loadLibrary(SourceFile:43)
at com.eclipsesource.v8.V8.load(SourceFile:75)
at com.eclipsesource.v8.V8.createV8Runtime(SourceFile:149)
... 8 more
Do you know when the bug will be fixed?
Thanks