[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-12-09 Thread Aldo Neto
Never mind. I was adding the LIB in the wrong place of the Manifest.XML file. Thanks anyway. On Tue, Dec 9, 2008 at 3:43 PM, Alemao <[EMAIL PROTECTED]> wrote: > > I'm also having the same issue. I even tried a very simple example > from Android's documentation (http://code.google.com/android/sam

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-12-09 Thread Alemao
I'm also having the same issue. I even tried a very simple example from Android's documentation (http://code.google.com/android/samples/ ApiDemos/src/com/example/android/apis/view/MapViewDemo.html) but the result is the same: "Application has stopped unexpectedly". I added all the permissions (ht

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-18 Thread Dagger
I am having the same problem but I am only implementing the Activity Class which is included in the package by default. THis is the partial code. public class ActiveOctave extends Activity implements OnErrorListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListe

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-10 Thread Billsen
You need to generate a key for apikey for your emulator since Google has started to enforce the rule to put real key in xml file. On Nov 9, 10:44 pm, bw <[EMAIL PROTECTED]> wrote: > Also had to add > > > > above my application tag. > > (Source:http://groups.google.com/group/android-developers/br

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-10 Thread Frank Trollmann
Hi You might want to look here: http://zackola.com/blog/2008/10/26/android-mapview-permissions-and-prerequisites/#comment-227 this site subsumes (hopefully) all permissions and prerequisites needed for the MapView. - Frank --~--~-~--~~~---~--~~ You received thi

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-09 Thread bw
Also had to add above my application tag. (Source: http://groups.google.com/group/android-developers/browse_thread/thread/74b47e1e11067865/9d7f0badbc0bbfc5?lnk=gst&q=MapView#9d7f0badbc0bbfc5) Is there some place where this is all documented? I think this info should be in the javadocs for the

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-09 Thread bw
Got it.. "This is not a standard package in the Android library. In order to use it, you must add the following XML element, as a child of the application element, in your AndroidManifest.xml file: From: http://code.google.com/android/toolbox/apis/lbs.html --~--~-~--~~-