My app running perfectly on iOS, but whether what android devices I tried, it's not working.
Here is what I got from emulator:
-- Start application log -----------------------------------------------------
[ERROR] : Trace: error opening trace file: No such file or directory (2)
[INFO] : TiApplication: (main) [0,0] checkpoint, app created.
[INFO] : TiApplication: (main) [670,670] Titanium 3.4.0 (2014/09/25 16:42 b54c467)
[INFO] : DatabaseHelper: No value in database for platform key: 'unique_machine_id' returning supplied default ''
[INFO] : DatabaseHelper: No value in database for platform key: 'hardware_machine_id' returning supplied default ''
[INFO] : TiApplication: (main) [215,885] Titanium Javascript runtime: v8
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null
[WARN] : V8Object: (KrollRuntimeThread) [729,729] Runtime disposed, cannot set property 'userAgent'
[WARN] : dalvikvm: threadid=11: thread exiting with uncaught exception (group=0x40a13300)
[ERROR] : TiApplication: (KrollRuntimeThread) [156,885] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 37 cannot locate '__cxa_end_cleanup'...
[ERROR] : TiApplication: ; Titanium 3.4.0,2014/09/25 16:42,b54c467
[ERROR] : TiApplication: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 37 cannot locate '__cxa_end_cleanup'...
[ERROR] : TiApplication:
[ERROR] : TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:370)
[ERROR] : TiApplication: at java.lang.System.loadLibrary(System.java:535)
[ERROR] : TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:123)
[ERROR] : TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:90)
[ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
[ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
[ERROR] : AndroidRuntime: FATAL EXCEPTION: KrollRuntimeThread
[ERROR] : AndroidRuntime: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 37 cannot locate '__cxa_end_cleanup'...
[ERROR] : AndroidRuntime:
[ERROR] : AndroidRuntime: at java.lang.Runtime.loadLibrary(Runtime.java:370)
[ERROR] : AndroidRuntime: at java.lang.System.loadLibrary(System.java:535)
[ERROR] : AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:123)
[ERROR] : AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:90)
[ERROR] : AndroidRuntime: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
[ERROR] : AndroidRuntime: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
[INFO] : Process: Sending signal. PID: 691 SIG: 9
-- End application log -------------------------------------------------------
Please help me.. I tried for almost ten or twenty times to fix it... :(
↧