I have android code with an SQLite update query which works ok with Android 2.1 but seems to give a constraint error with 2.3. Migh开发者_如何学Ct the SQLite not be compatible with 2.3 and how can I tell which version of SQLite I am using?
how can I tell which version of SQLite I am using?
database.getVersion();
returns the version of the database.
For the rest of the issue, provide us with the logcat output.
精彩评论