{ "id": "63386", "key": "TIMOB-2754", "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-01T20:32:53.000+0000", "created": "2011-04-15T03:28:40.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "tbs-1.8.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-02T21:11:50.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": "{html}

I do not have a device to try it on, but I am guessing this is\ndue to lack of api support in the android sdk right now, so perhaps\nit will run on device.

\n

1.install the most recent pull from 1.6.0 (or any pull past the\nwriting of this bug)
\n2.install the sdk, import KS
\n3.on emulator tab, select \"GALAXY Tab addon 2.2\" from SDK and\n\"GALAXY Tab\" from screen
\n4. launch

\n

results:
\n[TRACE] E/PackageManager( 60): Package\ncom.appcelerator.pushtest requires unavailable shared library\ncom.google.android.maps; failing!

{html}", "attachment": [], "flagged": false, "summary": "KitchenSink Fails to build for samsung galaxy tab Emulator (chokes on maps shared library)", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "129340", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

this error has changed and looks like this now:

\n

[ERROR] Exception occured while building\nAndroid project: [ERROR] Traceback (most recent call last):\n[ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1626, in [ERROR] s.build_and_run(False, avd_id)\n[ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1519, in build_and_run [ERROR] launched, launch_failed =\nself.package_and_deploy() [ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1175, in package_and_deploy [ERROR] os.unlink(app_apk) [ERROR] OSError: [Errno 2] No such file or\ndirectory:\n'/Users/thomashuelbert/titanium_mobile/demos/KitchenSink/build/android/bin/app.apk'\n[DEBUG] Waiting for device to be ready ...\n[DEBUG] Device connected... (waited 0\nseconds) [DEBUG] waited 0.013889 seconds on emulator\nto get ready [INFO] Installing application on device\n[DEBUG]\n/Users/thomashuelbert/Documents/android-sdk-mac_86/platform-tools/adb\n-e install -r\n/Users/thomashuelbert/titanium_mobile/demos/KitchenSink/build/android/bin/app.apk\n[ERROR] Exception occured while building\nAndroid project: [ERROR] Traceback (most recent call last):\n[ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1626, in [ERROR] s.build_and_run(False, avd_id)\n[ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1519, in build_and_run [ERROR] launched, launch_failed =\nself.package_and_deploy() [ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1201, in package_and_deploy [ERROR] output = self.run_adb('install',\n'-r', app_apk) [ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/builder.py\", line\n1126, in run_adb [ERROR] return run.run(command) [ERROR] File \"/Library/Application\nSupport/Titanium/mobilesdk/osx/1.6.0/android/run.py\", line 36, in\nrun ERROR = subprocess.Popen(args,\nstderr=subprocess.PIPE, stdout=subprocess.PIPE).communicate()\n[ERROR] File\n\"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py\",\nline 671, in communicate [ERROR] return\nself.communicate(input) [ERROR] File\n\"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py\",\nline 1166, in communicate [ERROR] rlist, wlist, xlist =\nselect.select(read_set, write_set, []) [ERROR] KeyboardInterrupt

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:41.000+0000", "updated": "2011-04-15T03:28:41.000+0000" }, { "id": "129341", "author": { "name": "finndo", "key": "finndo", "displayName": "finndo", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

I have noticed from viewing other tickets that:
\n[TRACE] E/PackageManager( 60): Package\ncom.appcelerator.pushtest requires unavailable shared library\ncom.google.android.maps; failing!

\n

appears to be resolved by using the Google APIs and not the\nregular ones, as the Third Party Google API includes the maps;\nhowever for the Galaxy Tab, no idea how to resolve that, hope that\nhelps you figure it out though.

{html}", "updateAuthor": { "name": "finndo", "key": "finndo", "displayName": "finndo", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:41.000+0000", "updated": "2011-04-15T03:28:41.000+0000" }, { "id": "418362", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-01T20:32:53.000+0000", "updated": "2017-05-01T20:32:53.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }