Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17525] CLI: Support Android 5.0

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-08-30T01:14:11.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.4.2, Release 3.5.0, Release 4.0.0
ComponentsAndroid, CLI
Labelsn/a
ReporterIngo Muschenetz
AssigneeChris Barber
Created2014-08-20T19:21:17.000+0000
Updated2015-01-05T19:14:39.000+0000

Description

Android "L" is the first version with a letter instead of a number for the version identifier. It may be that Google will now switch to using non-numeric version numbers fr betas in the future. To make it easier for users to beta-test Android L and future versions, we update the CLI to support the Android L "version"

Comments

  1. Hieu Pham 2014-08-20

    To get L running in Studio, the current hack is to change line 3701 pointing to the L jar.
       '-I', "/Users/hpham/android-sdks/platforms/android-L/android.jar", // this.androidTargetSDK.androidJar,
       
    You also need to have a custom manifest with min and target SDK sets to L.
  2. Chris Barber 2014-08-29

    Master: https://github.com/appcelerator/titanium_mobile/pull/6000 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6006 Ingo's 3_4_X revert: https://github.com/appcelerator/titanium_mobile/pull/6007 Chris's revert of Ingo's 3_4_X revert: https://github.com/appcelerator/titanium_mobile/pull/6187
  3. Lokesh Choudhary 2014-11-26

    Verified the fix with 3.5.0 & no issues found with android 5.0. Not closing due to pending verification with 3.6.0 because of this ticket : TIMOB-18097 Environment: Appc Studio : 3.4.1.201410281743 Ti SDK : 3.5.0.v20141124155715 CLI : 3.4.1 Alloy : 1.5.1 GA Code Processor : 1.1.1 MAC Yosemite : 10.10 Nexus 5 - Android 5.0
  4. Lokesh Choudhary 2015-01-05

    Verified the fix with 3.6.0 SDK & no issues found with android 5.0. Closing. Environment: Appc Studio : 3.4.1.201410281743 Ti SDK : 3.6.0.v20150105084202 CLI : 3.4.1 Alloy : 1.5.1 GA Code Processor : 1.1.1 MAC Yosemite : 10.10 Nexus 5 - Android 5.0.1

JSON Source