If you develop an application that uses MapView (with your manifest declaring a uses-library node with com.google.android.maps), it will never install on a device that does not have Maps (actually Google Maps is not required, it's the Google Maps library that is required. I'm guessing if your device doesn't have the application, it doesn't have the library either.)
The MapView class is not part of the standard API (its namespace is not android.* but com.google.android.*), hence the reason it's now published as part of the Google APIs add-on, and requires the uses-library entry in the manifest. Xav On Wed, May 13, 2009 at 9:10 PM, Android Users <[email protected]> wrote: > > Any help on this?.. > > On Mon, May 11, 2009 at 11:04 AM, Android Users <[email protected]> > wrote: >> >> Hi Raphael, >> >> Thanks for your reply. >> >> Build number : 2.14.720.1 146733 CL#24595 >> Carrier : AIRTEL >> >> >> >> On Sun, May 10, 2009 at 3:37 AM, Raphael <[email protected]> wrote: >>> >>> On Fri, May 8, 2009 at 10:31 PM, Android Users <[email protected]> >>> wrote: >>> > Hi all, >>> > I am not able to install any map related application onto my HTC magic >>> >>> Before we can help you, you'd have to tell us what build your magic is >>> running: home > settings > about phone > build number. From which >>> carrier did you get it? >>> >>> > device. it is giving the a exception >>> > saying INSTALL_FAILED_MISSING_SHARED_LIBRARY. >>> > I have built the application onto Target 3 (Google APIs). Am i missing >>> > something while creating a map application in android 1.5? >>> > Any suggestions to resolve this issue? >>> > Also the device doesn't have the default Maps application which was >>> > present >>> > in G1 device. >>> >>> The error message is pretty obvious: "missing shared library". And you >>> add that your device doesn't have maps. A+B=you're trying to use maps >>> on a device that doesn't have maps, so it doesn't work. Thus my >>> initial question: what build is that? >>> >>> R/ >>> >>> >> > > > > > -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

