Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24755] Hyperloop: Android- Windows: Unable to build to Emulator

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionCannot Reproduce
Resolution Date2019-06-13T05:31:47.000+0000
Affected Version/sHyperloop 2.1.1
Fix Version/sn/a
ComponentsAndroid, Hyperloop, Windows
LabelsengReviewed, qe-hyperloop
ReporterAbir Mukherjee
AssigneeChristopher Williams
Created2017-05-31T23:38:25.000+0000
Updated2019-06-13T05:31:47.000+0000

Description

*Description* When trying to build to Android Emulator using Hyperloop 2.1.1, errors appear, and build does not complete. *Steps to reproduce* 1. Create a new Alloy app; make sure hyperloop is enabled 2. Build to Emulator *Actual Result* A series of errors are thrown. (see below). *Expected Result* App should build to emulator. There should be no errors. With Hyperloop 2.1.0, no errors were thrown. Error details:
[INFO] :   MultiDex: VM has multidex support, MultiDex support library is disabled.
[ERROR] :  TiApplication: (main) [970,1050] Sending event: exception on thread: main msg:java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8titanium10JavaObject21unreferenceJavaObjectEP8_jobject" referenced by "/data/app/com.appc.smoke1-1/lib/x86/libhyperloop.so"...; Titanium 6.1.0,2017/05/26 15:24,undefined
[ERROR] :  TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8titanium10JavaObject21unreferenceJavaObjectEP8_jobject" referenced by "/data/app/com.appc.smoke1-1/lib/x86/libhyperloop.so"...
[ERROR] :  TiApplication:     at java.lang.Runtime.loadLibrary(Runtime.java:372)
[ERROR] :  TiApplication:     at java.lang.System.loadLibrary(System.java:1076)
[ERROR] :  TiApplication:     at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:151)
[ERROR] :  TiApplication:     at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:118)
[ERROR] :  TiApplication:     at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:205)
[ERROR] :  TiApplication:     at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:114)
[ERROR] :  TiApplication:     at org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:136)
[ERROR] :  TiApplication:     at com.appc.smoke1.Smoke1Application.onCreate(Smoke1Application.java:49)
[ERROR] :  TiApplication:     at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
[ERROR] :  TiApplication:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
[ERROR] :  TiApplication:     at android.app.ActivityThread.-wrap1(ActivityThread.java)
[ERROR] :  TiApplication:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
[ERROR] :  TiApplication:     at android.os.Handler.dispatchMessage(Handler.java:102)
[ERROR] :  TiApplication:     at android.os.Looper.loop(Looper.java:148)
[ERROR] :  TiApplication:     at android.app.ActivityThread.main(ActivityThread.java:5417)
[ERROR] :  TiApplication:     at java.lang.reflect.Method.invoke(Native Method)
[ERROR] :  TiApplication:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
[ERROR] :  TiApplication:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
 

Comments

  1. Abir Mukherjee 2017-06-01

    [~hansknoechel] [~jan][~emerriman] fyi
  2. Abir Mukherjee 2019-06-13

    This issue is not reproducible with current versions of Hyperloop for Windows-Android as it was likely fixed. I'll close this ticket as not reproducible.

JSON Source