Re: [android-developers] ActivityNotFound issue

2012-05-20 Thread jitendra patidar
Hi, Are you sure you have declared your activity in your manifest file .99% i am sure it will work. like this. On Tuesday, May 15, 2012 6:07:18 PM UTC+5:30, Peeyush wrote: > > As your activity is not present, attach the logs also if it is possible. > > On Mon, May 14, 2012 at 10:13 AM, DMac

Re: [android-developers] ActivityNotFound issue

2012-05-15 Thread Justin Anderson
Make sure your activity is declared in your manifest file... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 15, 2012 at 6:37 AM, Peeyush Varshney < varshney.peey...@gmail.com> wrote: > As your activity is not present, attach the logs also if i

Re: [android-developers] ActivityNotFound issue

2012-05-15 Thread Peeyush Varshney
As your activity is not present, attach the logs also if it is possible. On Mon, May 14, 2012 at 10:13 AM, DMac wrote: > I am trying to test the progress of my program so far with a statement. > The statement is within an activity that is called by another activity > before, and that one is call