{ "id": "142044", "key": "TIMOB-18349", "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": "2017-05-02T20:39:40.000+0000", "created": "2014-12-23T08:33:58.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.5.0" ], "versions": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-02T20:39:40.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" }, { "id": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "This is not a regression as it is reproducible with titanium sdk 3.4.1\r\n\r\nSteps to reproduce:\r\n1. Import kitchen sink sample and set the appropriate sdk version\r\n2. Run the app on genymotion emulator\r\n\r\nActual Results:\r\n2.The following error occurs\r\n{code}\r\n[ERROR] : Error: INSTALL_FAILED_MISSING_SHARED_LIBRARY\r\n{code}\r\n\r\nExpected Results:\r\n2. App should successfully install and launch on to the emulator.\r\n\r\nNote: Kitchen sink sample app can be successfully run on iOS simulator, device and android device.", "attachment": [], "flagged": false, "summary": "Android: Unable to run KitchenSink on Genymotion emulators", "creator": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "subtasks": [], "reporter": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "environment": "Titanium SDK: 3.5.0.v20141222103320\r\nAppc-Studio: 3.4.1.201410281743\r\nTitanium CLI: 3.4.1\r\nAlloy : 1.5.1 GA \r\nXcode : 6.1 \r\nOS: OSX 10.10.1 \r\nEmulator: Samsung Galaxy S5 -4.4.4 API19 - 1080x1920\r\nGenymotion version: 2.3.0\r\n", "comment": { "comments": [ { "id": "337582", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is an expected behaviour.\r\n1. Kitchensink requires google API's like map etc which are not available in genymotion emulators as it a 3rd party emulator. \r\nWe can see studio warns us regarding this:\r\n{code}\r\n[WARN] : Detected Titanium.Map.createView() call which requires Google APIs, however the selected emulator \"Google Nexus 5 - 4.4.4 - API 19 - 1080x1920\" may or may not support Google APIs\r\n[WARN] : If the emulator does not support Google APIs, the Titanium.Map.createView() call will fail\r\n[WARN] : You should use, or create, an Android emulator that does support Google APIs\r\n{code}\r\n2. As for android emulator (non genymotion), created using android AVD manager using an image having google API's, KS will run fine. If its created with a non google API image, KS will fail with the \"INSTALL_FAILED_MISSING_SHARED_LIBRARY\" error.\r\n\r\nEnvironment:\r\nAppc Studio : 3.4.1.201410281743\r\nTi SDK : 3.5.0.v20141222103320\r\nCLI : 3.4.1\r\nAlloy : 1.5.1 GA\r\nCode Processor : 1.1.1\r\nMAC Yosemite : 10.10\r\nAndroid emulator : 4.4.2_ARM (using google API image), 5.0.1_ARM(using non google API image)\r\nGenymotion Emulator - Nexus 5 running 4.4.4", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-29T19:41:13.000+0000", "updated": "2014-12-29T19:44:55.000+0000" }, { "id": "338482", "author": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~ingo] Should we improve the error log messages here to indicate about the missing Google API ?", "updateAuthor": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-01-09T00:58:12.000+0000", "updated": "2015-01-09T00:58:26.000+0000" }, { "id": "338536", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~pinnamuri] yes, if at all possible.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-01-09T16:56:08.000+0000", "updated": "2015-01-09T16:56:08.000+0000" }, { "id": "339951", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "The error message comes from the underlying Android SDK and can arise whenever a library is missing. Most times, Ti developers would see this related to the Play Services features -- maps, store integration, push, etc. Whatever improved error message we output should not be specifically worded to relate to maps.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2015-01-20T19:11:50.000+0000", "updated": "2015-01-20T19:11:50.000+0000" }, { "id": "418787", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-02T20:39:40.000+0000", "updated": "2017-05-02T20:39:40.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }