[android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread Deepak Kumar
Hi All, I am using a class that extends MapActivity.I got following *NoClassDefFoundError *error. Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 4538): *java.lang.NoClassDefFoundError*: com.permeative.cityessentials.MapPrac E/AndroidRun

Re: [android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread TreKing
On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar wrote: > But when I have created different project where I am using these class > MapPrac extends MapActivity then its working Fine.Can anyone tell me where > actually the problem? Did you add it to your manifest? ---

Re: [android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread Deepak Kumar
Yeah, I have added it to manifest. On Tue, Feb 22, 2011 at 10:01 PM, TreKing wrote: > On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar > wrote: > >> But when I have created different project where I am using these class >> MapPrac extends MapActivity then its working Fine.Can anyone tell