I have a small project with two activities and two service modules. I added a third Activity and I get this error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {simple.software.nag/simple.software.nag.stopnagging}; have you declared this activity in your AndroidManifest.xml?
I have deleted and recreated the the Activity, tried a different name, tried opening it from an event and a simple button. Cleaned the project and rebooted the computer, tried different Emulators and a real phone, all with the same result. I cannot add a new Activity without this error, the two exisiting Activities continue to work fine.
What am I missing?
The line to open the Activity is:
StartActivity ("StopNagging")
Note that the working activity contains the EXACT SAME code and works fine. When I couldn't get this to work I duplicated the code from a working activity. Still didn't work.
code is below.
Thanks for your help:sign0104:
android.content.ActivityNotFoundException: Unable to find explicit activity class {simple.software.nag/simple.software.nag.stopnagging}; have you declared this activity in your AndroidManifest.xml?
I have deleted and recreated the the Activity, tried a different name, tried opening it from an event and a simple button. Cleaned the project and rebooted the computer, tried different Emulators and a real phone, all with the same result. I cannot add a new Activity without this error, the two exisiting Activities continue to work fine.
What am I missing?
The line to open the Activity is:
StartActivity ("StopNagging")
Note that the working activity contains the EXACT SAME code and works fine. When I couldn't get this to work I duplicated the code from a working activity. Still didn't work.
code is below.
Thanks for your help:sign0104:
Last edited: