[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

[android-beginners] Re: Source not found

2009-08-28 Thread tinyang
...@googlegroups.com] On Behalf Of Yusuf Saib (T-Mobile USA) Sent: Friday, August 28, 2009 12:10 PM To: Android Beginners Subject: [android-beginners] Re: Source not found You may need to add the Tag activity to your AndroidManifest.xml file. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions

[android-beginners] Re: Source not found

2009-08-28 Thread Yusuf Saib (T-Mobile USA)
You may need to add the Tag activity to your AndroidManifest.xml file. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On

[android-beginners] Re: Source not found.

2009-05-14 Thread Sean Hodges
When does this message appear? When you try to compile your code? Are you using Eclipse, or something else? Try the "Hello World" first, to make sure your environment is set up correctly. http://developer.android.com/guide/tutorials/hello-world.html On Thu, May 14, 2009 at 4:30 AM, aglagla wro