Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3592] Android: Creating new project fails if Android 1.6 (api 4) is not installed, though our base is now 2.1 (7)

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-05-03T13:38:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.7.0, Sprint 2011-15
ComponentsAndroid
Labelsandroid, defect, release-1.7.0, reported-1.7.0, tooling
ReporterBill Dawson
AssigneeBill Dawson
Created2011-04-15T03:47:00.000+0000
Updated2011-05-03T13:38:59.000+0000

Description

Re-create (on 1.7.0):

  • Go to your android sdk folder, and if "android-4" is under platforms/, rename it to something else temporarily.
  • Use Titanium Studio to try to create a new project for the 1.7.0 (current master) SDK.

It will fail. The reason is shown in this trace:

[ERROR] No "android-4" or "android-1.6" in the Android SDK

Somewhere we are incorrectly requiring Android API 4 (Android 1.6).

Comments

  1. Bill Dawson 2011-04-15

    https://github.com/appcelerator/titanium_mobile/commit/3baed7f8ea79d5713ee6b23be5b3373e7c1d07b1

JSON Source