Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2754] KitchenSink Fails to build for samsung galaxy tab Emulator (chokes on maps shared library)

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2017-05-01T20:32:53.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelstbs-1.8.0
ReporterThomas Huelbert
AssigneeIngo Muschenetz
Created2011-04-15T03:28:40.000+0000
Updated2017-05-02T21:11:50.000+0000

Description

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

1.install the most recent pull from 1.6.0 (or any pull past the writing of this bug)
2.install the sdk, import KS
3.on emulator tab, select "GALAXY Tab addon 2.2" from SDK and "GALAXY Tab" from screen
4. launch

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

Comments

  1. Thomas Huelbert 2011-04-15

    this error has changed and looks like this now:

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

  2. finndo 2011-04-15

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

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

  3. Lee Morris 2017-05-01

    Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.

JSON Source