atrus123 wrote: > I'm just starting to play around with Android, and I'm stumped when > working with Google Maps. > > The error I'm getting is this: "The application MapsTest (process > maps.google.maps.test) has stopped unexpectedly. Please try again." > > So far, my application is pretty bare-bones, which makes me think that > I'm missing something small, which I really need to resolve before > continuing.
Try adding the following element inside your <application> element in your manifest: <uses-library android:name="com.google.android.maps" /> -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

