Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19380] Android: Update the versions for android dependencies in the package.json in 5.0 SDK

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-08-24T16:09:42.000+0000
Affected Version/sRelease 5.0.0
Fix Version/sRelease 5.0.0
ComponentsAndroid
Labelsqe-5.0.0
ReporterLokesh Choudhary
AssigneeChris Barber
Created2015-08-19T21:01:52.000+0000
Updated2015-08-24T18:51:43.000+0000

Description

Description:

With the addition of android 6.0 SDK in the android SDK manager, google also updated their android build tools to 23, android SDK platform tools to 23 & android SDK tools to 24.3.4. We need to update the package.json in the SDK for android so as to include these new versions of android tools. Also, the latest version of android NDK release in May 2015 is "10e" but the package json says the max is "r9" & this needs to be updated as well. Current versions in package.json:
"vendorDependencies": {
		"android sdk": ">=21 <=22",
		"android build tools": ">=17 <22.x",
		"android platform tools": ">=17 <=22.x",
		"android tools": "<=24.1.2",
		"android ndk": ">=r8e <=r9",
		"node": ">=0.10.0 <=0.12.x",
		"java": "<=1.8.x"
	},

Comments

  1. Chris Barber 2015-08-24

    PR: https://github.com/appcelerator/titanium_mobile/pull/7063
  2. Lokesh Choudhary 2015-08-24

    Verified the update of the tools version in the package.json. Closing. Environment: Appc Studio : 4.2.0.201508141038 Ti SDK : 5.0.0.v20150824091229 Ti CLI : 4.1.5 Alloy : 1.7.5 MAC Yosemite : 10.10.4 Appc NPM : 4.2.0-1 Appc CLI : 5.0.0-13 Node: v0.10.37 Node : v0.10.37 Environment : preproduction Android build tools : 23 Android SDK platform tools : 23 Android SDK tools : 24.3.4

JSON Source