Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17152] CLI: Ti info reports minimum Android SDK as API level 10, accurate for Android module building, inaccurate for SDK compile target

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-06-16T06:36:57.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sRelease 3.3.0
ComponentsAndroid, CLI
Labelsmodule_cli, qe-3.3.0, qe-testadded
ReporterEric Merriman
AssigneeChris Barber
Created2014-06-13T00:03:51.000+0000
Updated2014-06-16T06:36:57.000+0000

Description

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.

Comments

  1. Chris Barber 2014-06-13

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5796 3_3_X pull request: https://github.com/appcelerator/titanium_mobile/pull/5797
  2. Deepti Pandey 2014-06-16

    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.
  3. Satyam Sekhri 2014-06-16

    Reopening to edit labels

JSON Source