Hi guys,
Getting an error that native method not found for v8 runtime engine, weird or what?
This is when trying to run directly on an android device... I've finished development of this app for iOS, so the code-base is quite large and relatively complex
Any guidance would be preesh :-)
-- Start application log -----------------------------------------------------
[INFO] : TiApplication: (main) [0,0] checkpoint, app created.
[INFO] : TiApplication: (main) [65,65] Titanium 3.2.2 (2014/03/05 12:22 96e9a07)
[INFO] : TiDbHelper: (main) [135,200] No value in database for platform key: 'unique_machine_id' returning supplied default ''
[INFO] : TiDbHelper: (main) [4,204] No value in database for platform key: 'hardware_machine_id' returning supplied default ''
[WARN] : dalvikvm: No implementation found for native Lorg/appcelerator/kroll/runtime/v8/V8Runtime;.nativeInit:(ZIZZ)V
[WARN] : dalvikvm: threadid=10: thread exiting with uncaught exception (group=0x40f52ba0)
[ERROR] : TiApplication: (KrollRuntimeThread) [88,292] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Native method not found: org.appcelerator.kroll.runtime.v8.V8Runtime.nativeInit:(ZIZZ)V; Titanium 3.2.2,2014/03/05 12:22,96e9a07
[ERROR] : TiApplication: java.lang.UnsatisfiedLinkError: Native method not found: org.appcelerator.kroll.runtime.v8.V8Runtime.nativeInit:(ZIZZ)V
[ERROR] : TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeInit(Native Method)
[ERROR] : TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:67)
[ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:175)
[ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
[INFO] : TiApplication: (main) [1,293] Titanium Javascript runtime: v8
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null
[INFO] : TiApplication: (main) [0,0] Analytics have been disabled
↧