Sunday, March 25, 2012

SQLite Exception and Course Assignment Requirements


The SQLite Exception:
java.lang.RuntimeException: Unable to destroy activity: android.database.sqlite.SQLiteException: unable to close due to unfinalised statements

I have gotten this exception while trying to close the SQLite database. It was due to trying to close the database before closing the Cursor object I was using to operate on the database. Closing the cursor before trying to close the database did the job here. ;) 

The Course Assignment Requirements:
You can download the pdf version for the requirements using the link below:
BeatSketch - requirements - pdf


No comments:

Post a Comment