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"
},
PR: https://github.com/appcelerator/titanium_mobile/pull/7063
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