Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY on new KitchenSink Android why?
When I try and run the new KitchenSink for 1.5.0 I get the following error:
[ERROR] Failed installing com.appcelerator.kitchensink: pkg: /data/local/tmp/app.apk
[TRACE] Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Further up I found this:
[TRACE] E/PackageManager( 54): Package com.appcelerator.kitchensink requires unavailable shared library com.google.android.maps; failing!
Anyone point me in the right direction?
3 Answers
-
My silly mistake, how embarassing!
I was running 2.1 and not APIs 2.1 which of course fixes this.
(blush)
-
Hi Steve - How cool is it that you get to answer your own question?!
I have been struggling for a day or so on trying to bring up the Android KitchenSink with TI Dev. 1.2.2, TI 1.5.1 SDK, and ANY flavor of the Android SDKs (1.6, 2.1, 2.2 APIs, 2.1-update1, etc.) with no good luck. I have developed, built and successfully deployed an iPhone4.2/iPad app. so my environment is more or less correct.
I am using Eclipse 3.6 with all the Android APIs/SDKs, on a Mac with Snow Leopard 10.6.5 machine…. and sure could use some guidance. We are evaluating Appcelerator as a device agnostic (cross platform) replacement for an existing WM5/6 application and would like to determine pretty quickly whether Appcelerator is the way for us to go.
Any help would be greatly appreciated.
I continue to get:
[TRACE] E/PackageManager( 53): Package com.appcelerator.kitchensink requires unavailable shared library com.google.android.maps; ignoring!
[TRACE] W/PackageManager( 53): Package couldn't be installed in /data/app/com.appcelerator.kitchensink.apkThank you in advance
DGretlein -
Thanks.. This helped a lot. But Still I cant get emulator to run though TS . I have to manually start the emulator and then install the project on the emulator. Is there any other procedure that I need to follow for this?