[TIMOB-19892] 5.1 RC can't install APK with cloud push on device
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2015-11-23T01:38:58.000+0000 |
| Affected Version/s | Release 5.1.0 |
| Fix Version/s | Release 5.1.2 |
| Components | Android |
| Labels | n/a |
| Reporter | Rick Blalock |
| Assignee | Chee Kiat Ng |
| Created | 2015-11-07T20:15:31.000+0000 |
| Updated | 2015-12-02T21:32:44.000+0000 |
Description
tiapp.xml has:
<module platform="android" version="3.4.0">ti.cloudpush</module>
(with/without version, same issue, btw)
I get the following on my Nexus 5x
11-07 15:07:29.342 24984 24999 E linker : warning: unable to get realpath for the library "/data/app/com.fishrulesapp.fishrules-1/lib/arm/libti.cloudpush.so". Will use given name.
11-07 15:07:29.345 24984 24999 E TiApplication: (KrollRuntimeThread) [20,97] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.fishrulesapp.fishrules-1/lib/arm/libti.cloudpush.so: has text relocations; Titanium 5.1.0,2015/11/04 19:00,f6bee1a
11-07 15:07:29.345 24984 24999 E TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.fishrulesapp.fishrules-1/lib/arm/libti.cloudpush.so: has text relocations
11-07 15:07:29.345 24984 24999 E TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:372)
11-07 15:07:29.345 24984 24999 E TiApplication: at java.lang.System.loadLibrary(System.java:1076)
11-07 15:07:29.345 24984 24999 E TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
11-07 15:07:29.345 24984 24999 E TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
11-07 15:07:29.345 24984 24999 E TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
11-07 15:07:29.345 24984 24999 E TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: FATAL EXCEPTION: KrollRuntimeThread
11-07 15:07:29.368 24984 24999 E AndroidRuntime: Process: com.fishrulesapp.fishrules, PID: 24984
11-07 15:07:29.368 24984 24999 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.fishrulesapp.fishrules-1/lib/arm/libti.cloudpush.so: has text relocations
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at java.lang.Runtime.loadLibrary(Runtime.java:372)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1076)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
11-07 15:07:29.368 24984 24999 E AndroidRuntime: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
11-07 15:07:29.369 4833 6369 W ActivityManager: Force finishing activity com.fishrulesapp.fishrules/.FishRulesAppActivity
Comments
- Chee Kiat Ng 2015-11-23
- Wilson Luu 2015-12-02