I'm pretty new to Android development and i'm trying to create a google maps application. i keep getting the following error "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY". I entered the using library statement in the manifest. I have my api key in my map view. I've tried to run it on my emulator set up for Google Api Level 10 with 32MB and on my Cyanogen Mod 7 android version 2.3.3. I've downloaded everything available in the SDK AVD manager. If i remove the "<uses-library android:name="code.google.android.maps" />" statement it blows up after it installs. If it's in it won't install. I've followed every tutorial I could find and can't find anything different than what i've done. Now I know my phone has got to have the com.google.android.maps file because I can run Navigation, Places and Latitude on my device. Why won't my application see the library? Does anyone have a running example of a google maps app in eclipse they could send me so I can test to make sure it is not something I forgot to code. Please help. i'm going nutts!
Nick -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en