try giving cursor.deactivate(); cursor.close(); for me it worked cursor = null;
On Sep 23, 3:09 pm, Wesley Sagittarius <[EMAIL PROTECTED]> wrote: > hi, > > how to finalizing sqllite cursor??? > > 09-23 10:06:08.646: INFO/dalvikvm(1662): Uncaught exception thrown by > finalizer (will be discarded): > 09-23 10:06:08.646: INFO/dalvikvm(1662): Ljava/lang/ > IllegalStateException;: Finalizing cursor > [EMAIL PROTECTED] on notes that has not > been deactivated or closed > 09-23 10:06:08.646: INFO/dalvikvm(1662): at > android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:440) > 09-23 10:06:08.646: INFO/dalvikvm(1662): at > dalvik.system.NativeStart.run(Native Method) > > any one have any idea??? > > Wesley. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

