When the app closes "unexpectedly" the best thing to do to figure out the cause of the problem is to look at the logcat output... It will usually tell you the file and the line where the crash happened, along with what the problem is (e.g. NullPointerException, etc...)
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 15, 2012 at 7:33 AM, Lars <[email protected]> wrote: > I did as you wrote, and it seems to work. > But, when I press the button, the app closes "unexpectedly". I have > declared the next activity in the android manifest. I can't show you the > code till I get home. > > Thanks for the help:-) > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

