Re: [android-developers] How come extending ListActivity results in a crash

2011-07-14 Thread Dianne Hackborn
It's because you have a bug in your code. You should consider debugging it. :) On Wed, Jul 13, 2011 at 2:54 PM, Steven Bruce stevebruc...@gmail.comwrote: I have changed my Bluetooth class from extends Activity to extends ListActivity. Now everytime I run the program BOOM!! It bombs out!

[android-developers] How come extending ListActivity results in a crash

2011-07-13 Thread Steven Bruce
I have changed my Bluetooth class from extends Activity to extends ListActivity. Now everytime I run the program BOOM!! It bombs out! What the hell is going on?? Steve -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] How come extending ListActivity results in a crash

2011-07-13 Thread Mark Murphy
On Wed, Jul 13, 2011 at 5:54 PM, Steven Bruce stevebruc...@gmail.com wrote: I have changed my Bluetooth class from extends Activity to extends ListActivity. Now everytime I run the program BOOM!! It bombs out! Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and