[TIMOB-15561] Android : Packaged app for distribution built with 3.2.0.v20131022050844, installed on device hangs on appc splash screen
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-10-23T22:39:39.000+0000 |
| Affected Version/s | Release 3.2.0 |
| Fix Version/s | 2013 Sprint 22, 2013 Sprint 22 Core, Release 3.2.0 |
| Components | Android |
| Labels | module_package, qe-3.2.0, qe-testadded, regression, triage |
| Reporter | Lokesh Choudhary |
| Assignee | Allen Yeung |
| Created | 2013-10-22T23:11:56.000+0000 |
| Updated | 2014-02-25T00:32:44.000+0000 |
Allen has verified the repro of this issue on my machine.
Caused by the fix for TIMOB-13138. In the old python scripts, we don't include the network jar in production builds, so with the change in TIMOB-13138 which always require the network jar, this will fail. The new Andriod Build CLI always includes network so we are ok there. I'll submit a PR shortly to modify the old build scripts just in case.
PR: https://github.com/appcelerator/titanium_mobile/pull/4839
Verified fixed. TiSDK 3.2.0.v20131023160426 CLI 3.2.0 Titanium Studio 3.2.0.201310230548 Closing.