Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15561] Android : Packaged app for distribution built with 3.2.0.v20131022050844, installed on device hangs on appc splash screen

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-10-23T22:39:39.000+0000
Affected Version/sRelease 3.2.0
Fix Version/s2013 Sprint 22, 2013 Sprint 22 Core, Release 3.2.0
ComponentsAndroid
Labelsmodule_package, qe-3.2.0, qe-testadded, regression, triage
ReporterLokesh Choudhary
AssigneeAllen Yeung
Created2013-10-22T23:11:56.000+0000
Updated2014-02-25T00:32:44.000+0000

Description

Note.

1.CLI has is used here to create, package the app and not studio as studio is not detecting android sdk because of some issues with CLI. 2. The issue is not seen when using SDK 3.1.3.GA.

Description:

1. Create a default app using the CLI. 2. Package it for "dist-appstore" using the CLI. 3. Install the apk file to the device using "adb install". 4. Launch the app.

Actual result:

1. The app after launch hangs on the appc splash screen.

Expected Result:

1. The app should launch & not hang on the appc splash screen.

Comments

  1. Lokesh Choudhary 2013-10-22

    Allen has verified the repro of this issue on my machine.
  2. Allen Yeung 2013-10-23

    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.
  3. Allen Yeung 2013-10-23

    PR: https://github.com/appcelerator/titanium_mobile/pull/4839
  4. Federico Casali 2013-10-23

    Verified fixed. TiSDK 3.2.0.v20131023160426 CLI 3.2.0 Titanium Studio 3.2.0.201310230548 Closing.

JSON Source