[android-beginners] Re: Confused by "Sorry! The application ____ (process ___ ) has stopped unexpectedly..." message

2008-11-03 Thread for android
Put some Log statement... Look at the LogCat in debug mode ..u will get to know the error trace... On Mon, Nov 3, 2008 at 10:59 AM, illiniwatcher <[EMAIL PROTECTED]>wrote: > > Hi, folks: > > I am really confused about Android at this point. I'm writing a very > simple application called "Counte

[android-beginners] Re: Confused by "Sorry! The application ____ (process ___ ) has stopped unexpectedly..." message

2008-11-03 Thread Evan Charlton
Another (in my opinion, less hassle) way to figure out what the exceptions are is to run the emulator in debug. When the exception gets thrown, Eclipse should fire a breakpoint at the current line. In debug mode, press F6 (to go to the next line) and in the Variables tab, there should be an entry