Description:
1. The Android build tools ver.24 are out of the preview channel & available for usage.
2. With Android build tools ver 24 installed build an Android app to device/emulator.
Actual Result:
You will get warnings as below in the build logs:
[WARN] :
[WARN] : Android Build Tools 24 are too new and may or may not work with Titanium.
[WARN] : If you encounter problems, select a supported version with:
[WARN] : ti config android.buildTools.selectedVersion ##.##.##
[WARN] : where ##.##.## is a version in /Users/lokeshchoudhary/Desktop/android-sdk-macosx/build-tools that is 23.x
Expected Results:
1. No warnings are seen & the project builds fine with build tools 24.
PR: https://github.com/appcelerator/titanium_mobile/pull/8840
Verified the fix. The warning are no longer thrown. Closing. Appc Studio : 4.8.1.201612050850 SDK Version : 6.1.0.v20170227120704 Mac OS Version : 10.12.2 Xcode Version : Xcode 8.2.1 Build version 8C1002 Appc CLI AND Appc NPM : {"NPM":"4.2.9-2","CLI":"6.1.0"} Ti CLI : 5.0.11 Alloy : 1.9.5 Node : v4.6.0