Re: [android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Save My Life!
There is a problem in listview.which u have drag drop. On Mar 16, 2012 7:51 PM, "Ted Scott" wrote: > Double check that the emulator you run on is versioned lower than your > device. > > Observe the launch with DDMS view which should report the exception. > > Run it under the debugger on your dev

Re: [android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Ted Scott
Double check that the emulator you run on is versioned lower than your device. Observe the launch with DDMS view which should report the exception. Run it under the debugger on your device. On 3/16/2012 5:14 AM, Mister Macaverty wrote: My app runs fine on the device emulator. When I connect

[android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Mister Macaverty
My app runs fine on the device emulator. When I connect it to my device, however, and I run it, it gets as far as showing the app title then I get a Force Close message. Any suggestions for the approach I should take for finding out what's causing the problem? Many thanks MM -- You received th