[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

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

2009-05-28 Thread sagar.indianic
write uses-library android:name=com.google.android.maps / as a child of appliaction tag in anroidmenifest.xml file. also write uses-permission android:name=android.permission.INTERNET/ uses-permission uses-permission

[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 sagar.india...@gmail.com wrote: write         uses-library android:name=com.google.android.maps / as a child of appliaction tag in anroidmenifest.xml file. also write        

[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 the

[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: