> > BTW, if i change onDestroy() to finish(), the application works fine so > other parts should have no problem. How can I end the application lifecycle > successfully?
Um ... call finish() instead of onDestroy? Look at the logs like Justin said. My guess: you're not supposed to call onDestroy() and the system is throwing an exception because you've done so (I believe I've seen it also throw if you don't call super.onDestroy() in your overwritten method ... so *it knows* . ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

