[android-beginners] Re: source not found error!

2010-01-17 Thread csaunders
If you generated a project with Eclipse you should've had to create an activity when you created the project. Open up your AndroidManifest.xml file and look at it (either using the ADT tool or simply the XML itself) and make sure you have something similar to this:

Re: [android-beginners] Re: source not found error!

2010-01-15 Thread Justin Anderson
Umar, 1. Any activity that you want to use in your application needs to be in your manifest file... You can find out more about the manifest file and what an activity declaration looks like here: http://developer.android.com/guide/topics/manifest/manifest-intro.html 2. We can't tel

[android-beginners] Re: source not found error!

2010-01-15 Thread umar
and which activity should i add??? please guide i am new to android. development.. On Jan 15, 4:17 pm, Manoj wrote: > You might have not added your activity in Manifest file, Add it there. > > On Jan 15, 4:11 pm, umar wrote: > > > > > can any one provide me solution to this problem?? > > i using

[android-beginners] Re: source not found error!

2010-01-15 Thread umar
could you please guide how to add it?? On Jan 15, 4:17 pm, Manoj wrote: > You might have not added your activity in Manifest file, Add it there. > > On Jan 15, 4:11 pm, umar wrote: > > > > > can any one provide me solution to this problem?? > > i using windows vista with ADT on eclipse > > > and

[android-beginners] Re: source not found error!

2010-01-15 Thread Manoj
You might have not added your activity in Manifest file, Add it there. On Jan 15, 4:11 pm, umar wrote: > can any one provide me solution to this problem?? > i using windows vista with ADT on eclipse > > and getting this error > > SOURCE NOT FOUND > > EDIT SOURCE LOOKUP PATH > > activitythread.per