[android-beginners] Re: Cannot start a sub activity

2009-01-06 Thread Mark Murphy
novice wrote: I'm trying to follow the example of lunching a preference but when its time to run: Intent launchPreferencesIntent = new Intent().setClass(this, options_menu.class); startActivityForResult(launchPreferencesIntent, REQUEST_CODE_PREFERENCES); You have a class named

[android-beginners] Re: Cannot start a sub activity

2009-01-06 Thread novice
Well, I check the manifest.xml and there is only one activity tag located and it looks like it describes the launcher activity. The DDMS shows: [2009-01-06 18:24:59 - DeviceMonitor]Error reading jdwp list: null My guess is I need to include that second activity? If I do how can I add it

[android-beginners] Re: Cannot start a sub activity

2009-01-06 Thread Mark Murphy
novice wrote: Well, I check the manifest.xml and there is only one activity tag located and it looks like it describes the launcher activity. The DDMS shows: [2009-01-06 18:24:59 - DeviceMonitor]Error reading jdwp list: null My guess is I need to include that second activity? Yes.

[android-beginners] Re: Cannot start a sub activity

2009-01-06 Thread novice
THANK YOU SIR!! That did it. I would never have guessed that. Thanks again. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to