Re: [android-developers] Re: troubleshooting debugger issues

2011-01-25 Thread TreKing
When this stuff happens, make sure you have the right debugging instance (running the debugger multiple times can create multiple instances) and the right device selected. - TreKing

[android-developers] Re: troubleshooting debugger issues

2011-01-24 Thread MartyParty
If you're debugging from the handset, I would recommend never selecting the button that forces the application to close (when you're app crashes). Let the debugger control how an app starts and stops. On Jan 20, 9:33 pm, gonzobrains gonzobra...@gmail.com wrote: Hi, Can anyone recommend how to