{ "id": "77650", "key": "TIMOB-4631", "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": "11360", "description": "Mobile 1.8.0 M07", "name": "Sprint 2011-28", "archived": true, "released": true, "releaseDate": "2011-07-18" }, { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-07-13T08:43:03.000+0000", "created": "2011-07-09T12:05:29.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "11367", "description": "", "name": "Release 1.7.1", "archived": true, "released": true, "releaseDate": "2011-06-21" } ], "issuelinks": [ { "id": "11868", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "78422", "key": "TISTUD-532", "fields": { "summary": "Android emulator does not launch from Studio on Windows XP", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T22:47:56.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": "launching emulator via Tistudio with r12 SDK tools installed on Window 7 64bit causes launch failure that stems from a problem with the new tools being unable to handle white space properly. A work around for part of this problem is to first have the Android SDK installed to a path without a space (\"C:\\Android\\android-sdk-windows\" rather than \"C:\\Program Files (x86)\\Android\\android-sdk-windows\").\r\n\r\nThe second part of the issue is where the builder.py sets the \"-logcat\" flag and provides logging tags. Apparently the space in \":d *\" causes the problem but the Android docs state that a space or comma may be used to separate the logging tags and I verified that the command will work is \":d,\" is used rather than \":d *\". Perhaps builder.py should be changed to adopt the comma format for the logging tags in order to address this.", "attachment": [], "flagged": false, "summary": "Android: Failure to launch emulator with r12 SDK tools", "creator": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "159133", "author": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "body": "launching emulator via Tistudio with r12 SDK tools installed on Window 7 64bit causes launch failure that stems from a problem with the new tools being unable to handle white space properly. A work around for part of this problem is to first have the Android SDK installed to a path without a space (\"C:\\Android\\android-sdk-windows\" rather than \"C:\\Program Files (x86)\\Android\\android-sdk-windows\"). \r\n\r\nThe second part of the issue is where the builder.py sets the \"-logcat\" flag and provides logging tags. Apparently the space in \"*:d *\" causes the problem but the Android docs state that a space or comma may be used to separate the logging tags and I verified that the command will work is \"*:d,*\" is used rather than \"*:d *\". Perhaps builder.py should be changed to adopt the comma format for the logging tags in order to address this.", "updateAuthor": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "created": "2011-07-09T12:11:56.000+0000", "updated": "2011-07-09T12:11:56.000+0000" }, { "id": "159258", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To test the fix, you'll need to run this in Windows:\r\n\r\n1. Upgrade the Android SDK to r12 SDK _and_ SDK Platform-tools r5\r\n1. In an existing or new Titanium Project in Titanium Studio, choose Run on Android Emulator.\r\n2. If the emulator starts (instead of failing), then this bug should be fixed.\r\n\r\n", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-11T19:37:57.000+0000", "updated": "2011-07-11T19:37:57.000+0000" }, { "id": "161297", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "cf. google bug:\r\n\r\nhttp://code.google.com/p/android/issues/detail?id=18317", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-08-01T10:12:44.000+0000", "updated": "2011-08-01T10:12:44.000+0000" }, { "id": "409010", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T22:47:56.000+0000", "updated": "2017-03-03T22:47:56.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }