[android-developers] Re: Error when compiling Android project with Eclipse

2012-08-15 Thread Dan Uff
Mark, Thanks for the help. :-) Dan On Wednesday, August 15, 2012 4:23:31 PM UTC-4, Dan Uff wrote: Hi all, I'm getting the below error when I compile and try to run my project in the simulator: [2012-08-15 16:08:31 - LANTA] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

[android-developers] Re: Error when compiling Android project with Eclipse

2012-08-15 Thread bob
Check to make sure that you run on a google api emulator On Wednesday, August 15, 2012 3:23:31 PM UTC-5, Dan Uff wrote: Hi all, I'm getting the below error when I compile and try to run my project in the simulator: [2012-08-15 16:08:31 - LANTA] Installation error:

Re: [android-developers] Re: Error when compiling Android project with Eclipse

2012-08-15 Thread James Black
You may want to look at this: http://stackoverflow.com/questions/1113088/install-failed-missing-shared-library-error-in-android Does this apply to you: To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: The first answer explains how to get past this error. On