[android-developers] Force Close when opening app after pressing home button

2011-07-08 Thread Jo Mon
Is there a way to make my game open without force closing when ever the user presses the home button and then goes back to the app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Force Close when opening app after pressing home button

2011-07-08 Thread Mark Murphy
Sure: fix the bug that causes the force close. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your force close. On Fri, Jul 8, 2011 at 2:31 AM, Jo Mon ebau...@gmail.com wrote: Is there a way to make my game open without