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 options_menu? Is this activity registered in your AndroidManifest.xml file? > My application craps out. What did you learn from examining the error logs via adb logcat, DDMS, or the Eclipse equivalent? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

