{ "id": "126195", "key": "TIMOB-16439", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "15939", "description": "2014 Sprint 07", "name": "2014 Sprint 07", "archived": true, "released": true, "releaseDate": "2014-04-11" }, { "id": "15942", "description": "2014 Sprint 07 Tooling", "name": "2014 Sprint 07 Tooling", "archived": true, "released": true, "releaseDate": "2014-04-11" }, { "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-04-01T19:56:50.000+0000", "created": "2014-02-10T23:01:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "genymotion", "qe-closed-3.3.0", "qe-testadded", "studio" ], "versions": [], "issuelinks": [ { "id": "38383", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "131605", "key": "AC-968", "fields": { "summary": "Cannot debug android via Genymotion emulator", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "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-08-01T07:40:53.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "As of Titanium SDK 3.2.0, the Android build supports Genymotion emulators, however debugging apps in the Genymotion emulator is not working.\r\n\r\nThis may be solvable by simply changing line 1344 of android/cli/commands/_build.js from:\r\n\r\n{code}\r\n} else if (!emu.sdcard) {\r\n{code}\r\n\r\nto\r\n\r\n{code}\r\n} else if (!emu.sdcard && (emu.type !== 'genymotion')) {\r\n{code}\r\n\r\nHere's the originating Q&A question: http://developer.appcelerator.com/question/162337/genymotion-and-debug-mode.", "attachment": [], "flagged": false, "summary": "CLI: Android: Add support for debugging Android apps in a Genymotion emulator", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "299519", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5565", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-04-01T17:22:52.000+0000", "updated": "2014-04-01T17:22:52.000+0000" }, { "id": "303071", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I tested the default classic project and was able to debug an Android app in a Genimotion emulator, using:\r\nMac osx 10.9.2 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201404291930\r\nTitanium SDK, build: 3.3.0.v20140429122517\r\nNode.JS Version: v0.10.13\r\nNPM Version: 1.3.2\r\n├── acs@1.0.14\r\n├── alloy@1.4.0-dev\r\n├── npm@1.3.2\r\n├── titanium@3.3.0-dev\r\n└── titanium-code-processor@1.1.1-beta1\r\n\r\nHowever, there is some errors in the console\r\nhttp://stackoverflow.com/questions/22010483/getting-max-texture-size-from-gradiencache-greendao-android\r\n{code}\r\n[ERROR] : E/ : UID 10060 asks for /proc/cpuinfo\r\n[ERROR] : E/ : Unable to open file /data/data/.appwithABI2\r\n[ERROR] : E/ : Unable to open file /data/data/.appwithABI2neon\r\n[ERROR] : E/ : UID 10060 is not in ARM UID list files\r\n[WARN] : EGL_genymotion: eglSurfaceAttrib not implemented\r\n[ERROR] : OpenGLRenderer: Getting MAX_TEXTURE_SIZE from GradienCache\r\n[ERROR] : OpenGLRenderer: MAX_TEXTURE_SIZE: 16384\r\n[ERROR] : OpenGLRenderer: Getting MAX_TEXTURE_SIZE from\r\n{code}", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-30T17:31:37.000+0000", "updated": "2014-05-05T17:26:00.000+0000" }, { "id": "303600", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~oromero] I wouldn't be concerned with those error messages. Those aren't Titanium specific.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-05-06T02:57:08.000+0000", "updated": "2014-05-06T02:57:08.000+0000" }, { "id": "303662", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing per [~cbarber] comment\r\nTested and ran Genymotion emulator.\r\nEnvironment:\r\nMac osx 10.9.2 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201405011408\r\nTitanium SDK, build: 3.3.0.v20140505115416\r\nNode.JS Version: v0.10.13\r\nNPM Version: 1.3.2\r\n acs@1.0.14\r\n alloy@1.4.0-dev\r\n npm@1.3.2\r\n titanium@3.3.0-dev\r\n titanium-code-processor@1.1.1", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-06T16:39:45.000+0000", "updated": "2014-05-06T16:39:45.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }