[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-06-12 Thread keiko11245
I'm not sure but the first line of your error is : 05-22 15:13:36.723: ERROR/AndroidRuntime(445): java.lang.NoClassDefFoundError: main.ViewContactActivity Are you sure you have add your Activity ViewContactActivity in your AndroidManifest.xml ? On 28 mai, 16:38, mobilekid wrote: > Sorry, this

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-28 Thread mobilekid
Sorry, this is not the real package name, in my app I use a package that is not in conflict with anything. On May 28, 3:14 pm, Mike Hearn wrote: > I doubt it'll help, but you probably should not put your application > into a single package called "main". The point of Java packages is to > avoid

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-28 Thread Mike Hearn
I doubt it'll help, but you probably should not put your application into a single package called "main". The point of Java packages is to avoid conflicts when code is loaded together. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-28 Thread mobilekid
Thanks, but It's not that, I have all three declarations in my manifest. On May 28, 8:10 am, "sagar.indianic" wrote: > write >         > as a child of appliaction tag in anroidmenifest.xml file. > also write > >         uses-permission> >         android:name="android.permission.ACCESS_FINE_L

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-28 Thread sagar.indianic
write as a child of appliaction tag in anroidmenifest.xml file. also write in menifest file , as a child of menifest tag. On May 27, 3:57 pm, mobilekid wrote: > Yes, I did. Still getting the same error: > > 05-27 10:55:21.282: ERROR/AndroidRuntime(743): Uncaught handl

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-27 Thread mobilekid
Yes, I did. Still getting the same error: 05-27 10:55:21.282: ERROR/AndroidRuntime(743): Uncaught handler: thread main exiting due to uncaught exception 05-27 10:55:21.342: ERROR/AndroidRuntime(743): java.lang.NoClassDefFoundError: main.ViewContactActivity 05-27 10:55:21.342: ERROR/AndroidRuntim

[android-developers] Re: Problem with MapActivity on the 1.5 release

2009-05-22 Thread arnouf
hi, Did you generate your emulator image with AVD and using target 3? This type of emulator contains maps.jar in native and all is ok. Regards On May 22, 4:17 pm, "mobilek...@googlemail.com" wrote: > Hi, > > I have a problem with firing an activity that extends MapActivity. > When it gets call