Discussion Forums  >  Uncategorized

Replies: 15    Views: 405

TonyM
Aspiring developer
Profile
Posts: 37
Reg: Jun 29, 2011
Gold Coast Aust...
370
09/22/11 04:59 AM (12 years ago)

Android build missing shared library

Hi I am trying to build a basic test app in Android - It nearly gets there! 70% complete and then this message: [2011-09-22 21:40:56 - My Health] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-09-22 21:40:56 - My Health] Please check logcat output for more details. [2011-09-22 21:40:56 - My Health] Launch canceled! any help would due appreciated Thanks Tony
 
TonyM
Aspiring developer
Profile
Posts: 37
Reg: Jun 29, 2011
Gold Coast Aust...
370
like
09/22/11 05:12 AM (12 years ago)
just picked up another notice on this problem but sure what it is during run on AVD.[2011-09-22 21:39:40 - Emulator] 2011-09-22 21:39:40.581 emulator-arm[1133:1107] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. [2011-09-22 21:39:40 - My Health] New emulator found: emulator-5554
 
rossideas
Aspiring developer
Profile
Posts: 145
Reg: Jul 24, 2011
Albuquerque
1,450
like
09/25/11 11:17 PM (12 years ago)
In the same boat: 2011-09-25 23:58:40 - iFixGolf] New emulator found: emulator-5554 [2011-09-25 23:58:40 - iFixGolf] Waiting for HOME ('android.process.acore') to be launched... [2011-09-25 23:59:06 - iFixGolf] HOME is up on device 'emulator-5554' [2011-09-25 23:59:06 - iFixGolf] Uploading iFixGolf.apk onto device 'emulator-5554' [2011-09-25 23:59:11 - iFixGolf] Installing iFixGolf.apk... [2011-09-25 23:59:39 - iFixGolf] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Maybe some help soon... these guys are twice as busy these days...
 
TonyM
Aspiring developer
Profile
Posts: 37
Reg: Jun 29, 2011
Gold Coast Aust...
370
like
09/26/11 05:14 AM (12 years ago)
Hi rossideas I found a fix. Had to delete the Elipse application and instal the correct Eclipse (i.e the Magellan version for java developers). This worked. You will need to copy the eclipse sdk into the new directory or just reinstall the android sdk tools and adp plugin again. Just need to sort out the google maps keys and all should be good.
 
rossideas
Aspiring developer
Profile
Posts: 145
Reg: Jul 24, 2011
Albuquerque
1,450
like
09/26/11 07:14 AM (12 years ago)
Thanks.. haha.. this is a confusing area since there are so many Eclipse versions. I had already started over with Eclipse once before when I had downloaded a Java version and read in Android Developer I needed the Classic version... This is vague should be addressed in the Read Me so others don't spin their wheels. ..thanks again.
 
TonyM
Aspiring developer
Profile
Posts: 37
Reg: Jun 29, 2011
Gold Coast Aust...
370
like
09/26/11 10:02 PM (12 years ago)
Yes I agree. I only stumbled over it when going over the intro video (for the 3rd time!) the Magellan notice caught my ear ant worked after that. Anyway into my next problem solve now for an iOS app that has just been knocked back from app review! It's all good fun. Good luck with it
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/28/11 10:35 PM (12 years ago)
I'm having same issue. I have Eclipse Version: 3.7.1. Have no idea what the name of it is. My app runs without a hitch with Google 1.6 Simulator. But as soon as I try to run a Google Simulator, I get the error about missing shared library. Is my app okay if it runs in Google okay? Or do you suggest I redo everything and download Magellan? Thanks for the post ------- [2011-09-28 22:26:46 - GG Film Fest] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-09-28 22:26:46 - GG Film Fest] Please check logcat output for more details. [2011-09-28 22:26:46 - GG Film Fest] Launch canceled!!
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/28/11 10:36 PM (12 years ago)
I mean as soon as I run an ANDROID Simulator, I get errors. My bad!
 
rossideas
Aspiring developer
Profile
Posts: 145
Reg: Jul 24, 2011
Albuquerque
1,450
like
09/29/11 07:35 AM (12 years ago)
I'm not sure if this will help but I did get everything to work fine without downloading Magellan and I think it was that when I associated the SDK directory in Eclipse preferences, I was not clicking on Apply first before continuing. This might not have anything to do with anything but all worked after that.. maybe this will help.
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/29/11 11:35 AM (12 years ago)
Hi Ross, I did do that when setting up. I guess I'll just have to find Android users to test it out for me to see if it runs.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/29/11 12:03 PM (12 years ago)
Hi Guys... ANY version of Eclipse will work with the Android SDK, that's not the issue. The trouble comes in when compiling / installing when Eclipse and the Android SDK are not playing nicely together. There are soooo many ways to setup a machine...but....the simplest explanation we can come up with is... a) Make sure you can compile and run a simple HelloWorld App using Google's API's - NOT ANDROID api's - big difference. The Google Libraries are nearly the same but not exactly. They are needed for map support. No reason to use Android Libraries..just stick with Google's. b) If you've successfully compiled a HelloWorld app (see the video) using Google 1.6 Libraries, you've also got an Emulator Running to run your Google 1.6 compiled Hello World App. So far so good. If your machine won't compile and run even the most simple Android App it for sure won't compile and run your buzztouch source-code. @rossideas: Vague in README.txt. We agree and also wish there was an easier way to explain how to get the SDK's running in Eclipse. However, after answering thousands of questions about this and explaining what feels like the same thing over and over again we're not sure we could do it any better in the README.txt file. Getting Eclipse and the Android SDK's working together on Windows and Mac is for sure the hardest part of this and we really do wish we could help folks better understand it - it's horribly complicated and just plain bogus compared to iOS ;-)
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/29/11 12:07 PM (12 years ago)
Really, so doing a iphone app is easier than android? If that's the case, great! I started with Android first.
 
Zjapp
Apple Fan
Profile
Posts: 33
Reg: Jun 30, 2011
Amsterdam
320
like
11/15/11 07:52 AM (12 years ago)
I ran the hello world test in eclipse and it's working properly. Once i run my BT project i also get: [2011-11-15 15:41:36 - Controls] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-11-15 15:41:36 - Controls] Please check logcat output for more details. [2011-11-15 15:41:36 - Controls] Launch canceled! btw, in the readme file it says we have to use Google API's Platform 2.2 and API level 8.
 
nrajesh
Android Fan
Profile
Posts: 2
Reg: Nov 05, 2011
Chennai
20
like
11/24/11 05:20 AM (12 years ago)
Same problem: [2011-11-24 17:27:51 - buzzTouch] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-11-24 17:27:51 - buzzTouch] Please check logcat output for more details. [2011-11-24 17:27:51 - buzzTouch] Launch canceled! I am using Eclipse Helios
 
AliOz
I hate code!
Profile
Posts: 1
Reg: Feb 18, 2012
London
10
like
03/03/12 02:38 PM (12 years ago)
Same problem guys, [2012-03-03 21:24:50 - diyetkibris] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2012-03-03 21:24:50 - diyetkibris] Please check logcat output for more details. [2012-03-03 21:24:50 - diyetkibris] Launch canceled! Any help?? I was able to run some other apps but not this one
 
rob151
Aspiring developer
Profile
Posts: 40
Reg: Feb 14, 2012
london
2,250
like
05/16/12 07:15 AM (11 years ago)
same problem to can create a BT 1.4 app but the supposedly better 1.5 and 2.0 versions are useless to me as they don work they keep saying INSTALL_FAILED_MISSING_SHARED_LIBRARY why wont any of the moderators simply explain what to do the pdf download that comes with it does not show us what to do
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.