Description
While running ti info command, the CLI reports that my older Android SDKs are not supported. This is accurate, but the minimum supported Android SDK is not. The CLI states "API 10" as the minimum but in reality it's "API 14".
An additional note is that Android module building requires API 10, so this may require a different course of action if the decision is made to fix the CLI output or remove the API 10 dependency for Android module building.
Here is an example of the CLI output:
Android Issues
! Android API Android 2.2 (android-8) is too old and is no longer supported by Titanium SDK 3.3.0.
The minimum supported Android API level by Titanium SDK 3.3.0 is API level 10.
! Android API Google APIs (Google Inc.:Google APIs:8) is too old and is no longer supported by
Titanium SDK 3.3.0. The minimum supported Android API level by Titanium SDK 3.3.0 is API level
10.
Steps to reproduce
1) Ensure you have Android SDKs installed < API 10
2) Run "ti info" in terminal
Result
Output as shown above
Expected result
CLI reports minimum in sync with SDK minimums.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5796 3_3_X pull request: https://github.com/appcelerator/titanium_mobile/pull/5797
Verified FIXED that now CLI reports minimum in sync with SDK minimums. Configuration used : Mac :10.9.3 Appcelerator Studio, build: 3.3.0.201406111952 SDK 3.3.0.v20140613161751 acs-1.0.14 alloy@1.4.0-rc npm-1.3.2 titanium@3.3.0-rc titanium-code-processor-1.1.1 Hence losing as fixed.
Reopening to edit labels