On Apr 16, 6:13 pm, MrChaz <[email protected]> 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 debugging on a real device, you have to enable it under Settings- >Applications and also turn on debugging in the application's manifest. E.g. <application ..... debuggable=true> ..... </application> > I'm running Vista and SDK 1.1 > > Any and all help welcome :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

