{ "id": "124642", "key": "TIMOB-16169", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15817", "description": "2014 Sprint 01", "name": "2014 Sprint 01", "archived": true, "released": true, "releaseDate": "2014-01-17" }, { "id": "15819", "description": "2014 Sprint 01 Core", "name": "2014 Sprint 01 Core", "archived": true, "released": true, "releaseDate": "2014-01-17" }, { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-01-17T19:11:19.000+0000", "created": "2014-01-10T11:39:17.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "34253", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "124244", "key": "AC-1787", "fields": { "summary": "Android: After updating to 3.2.0.GA I cannot build any version of Android SDK", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "34321", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "124859", "key": "AC-2026", "fields": { "summary": "[ERROR] Application Installer abnormal process termination. Process exit value was 8", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-03-24T09:55:54.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h3. Steps to Reproduce\nI tried to compile an existing project with new SDK 3.2.0 in Android and got a critical error \n[ERROR] Application Installer abnormal process termination. Process exit value was 8 (see log attachment for more details)\n\nh3. Actual Result\nerror\n\nh3. Expected Result\nI solved changhing in the file /Users/diuppariello/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.GA/android/cli/commands/_build.js:2195 m[3].toLowerCase() in m[1].toLowerCase().\n\nplease, fix it with the next release! :)\n", "attachment": [ { "id": "45024", "filename": ".log", "author": { "name": "diuppariello", "key": "diuppariello", "displayName": "daniele iuppariello", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-10T11:39:25.000+0000", "size": 3444227, "mimeType": "text/plain" }, { "id": "45025", "filename": "log.txt", "author": { "name": "diuppariello", "key": "diuppariello", "displayName": "daniele iuppariello", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-10T11:39:26.000+0000", "size": 1609, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: Build error with _build.js file with 3.2.0 release", "creator": { "name": "diuppariello", "key": "diuppariello", "displayName": "daniele iuppariello", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "diuppariello", "key": "diuppariello", "displayName": "daniele iuppariello", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.2.0", "comment": { "comments": [ { "id": "288387", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "I do not think this ticket is related to TC-3487.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-01-16T00:41:39.000+0000", "updated": "2014-01-16T00:41:39.000+0000" }, { "id": "288388", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5230\n3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5231\n\nTo test:\n1. create an android app\n2. create the folder Resources/android/images\n3. copy the appicon.png into Resources/android/images\n4. rename the image to \"high.png\"\n5. build the app", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-01-16T00:43:03.000+0000", "updated": "2014-01-16T00:43:03.000+0000" }, { "id": "290193", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Checked on:\nAppcelerator Studio: 3.2.2.201401271736\nSDK: 3.2.1.v20140128171647, 3.3.0.v20140128134708\nCLI:3.2.1-beta2\n\nThe issues does not exist on SDK build 3.3.0.v20140128134708 and applications builds successfully, but the issue still exists on SDK build 3.2.1.v20140128171647", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-29T08:49:05.000+0000", "updated": "2014-01-29T08:49:05.000+0000" }, { "id": "298390", "author": { "name": "schowbey", "key": "schowbey", "displayName": "Shreya Chowbey", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified as fixed using,\r\nMavericks 10.9.2\r\nXcode: 5.1\r\nAppcelerator Studio build: 3.2.3.v20140323233607\r\nSDK: 3.2.3.v20140323211726\r\nacs: 1.0.14\r\nalloy: 1.3.1\r\ntitanium: 3.2.1\r\ncode processor: 1.1.0\r\n\r\nI verified it as per the comment mentioned by Chris also and the app launches successfully without any error.", "updateAuthor": { "name": "schowbey", "key": "schowbey", "displayName": "Shreya Chowbey", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-24T09:55:54.000+0000", "updated": "2014-03-24T09:55:54.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }