Maxood wrote: > I created a new AVD. On emulator when the touch event is fired i get > the same error: "The application android has stopped unexpectedly". In > my logcat window i have the following error messages: > > 11-10 01:43:24.144: DEBUG/dalvikvm(743): GC freed 987 objects / 79024 > bytes in 99ms > 11-10 01:43:24.324: DEBUG/AndroidRuntime(743): Shutting down VM > 11-10 01:43:24.334: WARN/dalvikvm(743): threadid=3: thread exiting > with uncaught exception (group=0x4001aa28) > 11-10 01:43:24.334: ERROR/AndroidRuntime(743): Uncaught handler: > thread main exiting due to uncaught exception > 11-10 01:43:24.343: ERROR/AndroidRuntime(743): > android.database.CursorIndexOutOfBoundsException: Index 0 requested, > with a size of 0
You appear to be handing something an empty cursor, or the cursor is becoming empty unexpectedly. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training -- 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

