Re: [android-developers] ActivityNotFound issue

2012-05-21 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. activity android:name=.DynamicTableActivity / 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

[android-developers] ActivityNotFound issue

2012-05-15 Thread DMac
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 called by another activity before that (so an activity within an activity within an activity). The problem is when I run the

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 danielmac...@gmail.com 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,

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 it