Re: [android-developers] MapActivity (MapView) Problem

2010-08-25 Thread Mark Murphy
I do not know if this helps, but here is a sample MapView project that generally works (once you put in your own API key): http://github.com/commonsguy/cw-android/tree/master/Maps/NooYawk/ Try that and see if you get the same crash. If not, start poking around to see what might be different betwe

Re: [android-developers] MapActivity (MapView) Problem

2010-08-25 Thread TreKing
On Wed, Aug 25, 2010 at 3:52 PM, tony obrien wrote: > I have all the appropriate Manifest entries, the simplest OnCreate --- > > all it does is setContextView() to the xml with a mapview in it. > Maybe post the layout file you're using? Maybe you have something goofy there. -

[android-developers] MapActivity (MapView) Problem

2010-08-25 Thread tony obrien
I have a DROID using Android 2.2 I am attempting to get the simplest MapActivity to run on the device. (NetBeans latest and greatest using a Google Api build target.) I have all the appropriate Manifest entries, the simplest OnCreate --- > all it does is setContextView() to the xml with a mapview