[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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en