{ "id": "97722", "key": "TIMOB-10063", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-07-24T17:17:11.000+0000", "created": "2012-07-20T13:38:37.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [ { "id": "19048", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "91982", "key": "TISTUD-1678", "fields": { "summary": "Android: allow users to launch x86 emulator", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "19047", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "91981", "key": "TIMOB-9170", "fields": { "summary": "Android: run V8 against x86 emulator", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-24T18:08:13.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": "10207", "name": "Tooling" } ], "description": "While trying to integrate the Studio with the latest support for Android ABIs (TIMOB-9170), I got stuck at this error when launching the processes.\r\n\r\nHere are the commands we are calling during a 'run' launch on Android 4.0.3 with x86 ABI:\r\n\r\n\"/usr/bin/python\" \"/Users/shalom/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.v20120712122111/android/builder.py\" \"*emulator*\" \"test\" \"/Developer/android-sdk-macosx\" \"/Users/shalom/Documents/runtime-Titanium/test\" \"com.app.id\" \"11\" \"WVGA800\" \"*x86*\"\r\n\r\n\"/usr/bin/python\" \"/Users/shalom/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.v20120712122111/android/builder.py\" \"*simulator*\" \"test\" \"/Developer/android-sdk-macosx\" \"/Users/shalom/Documents/runtime-Titanium/test\" \"com.app.id\" \"11\" \"WVGA800\" \"*x86*\" \"\"\r\n\r\n{code}\r\n[ERROR] Exception occured while building Android project:\r\n[ERROR] Traceback (most recent call last):\r\n[ERROR] File \"/Users/shalom/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.v20120712122111/android/builder.py\", line 2199, in \r\n[ERROR] s.run_emulator(avd_id, avd_skin, avd_name, avd_abi, add_args)\r\n[ERROR] File \"/Users/shalom/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.v20120712122111/android/builder.py\", line 520, in run_emulator\r\n[ERROR] handler(3,None)\r\n[ERROR] File \"/Users/shalom/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.v20120712122111/android/builder.py\", line 505, in handler\r\n[ERROR] os.kill(p.pid, signal.SIGTERM)\r\n[ERROR] OSError: [Errno 3] No such process\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Android: Errors while launching an Android emulator with an ABI parameter", "creator": { "name": "sgibly", "key": "sgibly", "displayName": "Shalom Gibly", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sgibly", "key": "sgibly", "displayName": "Shalom Gibly", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "209018", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Works fine as:\r\n\r\n{code}\r\n\"/usr/bin/python\" \"/Users/stiv/Library/Application Support/Titanium/mobilesdk/osx/2.2.0/android/builder.py\" \"emulator\" \"temp\" \"/Volumes/Landslide/opt/android-sdk\" \"/Users/stiv/Documents/Titanium Studio Workspace/temp\" \"com.appcelerator.temp\" \"16\" \"HVGA\" \"x86\" \"\"\r\n{code}\r\n\r\nThe additional argument is important (it's there to feed backwards compatibility) and is actually the series of \"additional arguments\" passed into the emulator.\r\n\r\nThe {{simulator}} command does not take any information about the arch.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-23T17:19:44.000+0000", "updated": "2012-07-23T17:19:44.000+0000" }, { "id": "209242", "author": { "name": "sgibly", "key": "sgibly", "displayName": "Shalom Gibly", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Yep. That extra empty value made the difference. Thanks.", "updateAuthor": { "name": "sgibly", "key": "sgibly", "displayName": "Shalom Gibly", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-24T17:16:57.000+0000", "updated": "2012-07-24T17:16:57.000+0000" }, { "id": "415625", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-24T18:08:13.000+0000", "updated": "2017-03-24T18:08:13.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }