[android-developers] Re: Curious debugging problem

2009-04-17 Thread MrChaz
Great! I didn't hzve the manifest entry. Thanks On Apr 16, 7:42 pm, Al alcapw...@googlemail.com wrote: Forgot to mention, you should be able to read logcat messages from the device. Inside Eclipse and also from terminal/command prompt: adb -d logcat. It should give you a trace of where the

[android-developers] Re: Curious debugging problem

2009-04-16 Thread Al
On Apr 16, 6:13 pm, MrChaz mrchazmob...@googlemail.com wrote: I'm getting a force close on a real device but I can't replicate it on the emulator which means I can't find out why it's crashing. For some reason the debugger never attaches when I try and debug on the actual device. For

[android-developers] Re: Curious debugging problem

2009-04-16 Thread Al
Forgot to mention, you should be able to read logcat messages from the device. Inside Eclipse and also from terminal/command prompt: adb -d logcat. It should give you a trace of where the crash happened and why. On Apr 16, 7:41 pm, Al alcapw...@googlemail.com wrote: On Apr 16, 6:13 pm, MrChaz