Friday, June 10, 2011

How to deal with the error message ?

10 June 2011
Err: java.lang.IllegalArgumentException: column '_id' does not exist
You has to set a primary key as _id if you are using SimpleCursorAdapter.

Err: No such table android_metadata
Add SQLiteDatabase.NO_LOCALIZED_COLLATORS to SQLiteDatabase.openDatabase().

No comments:

Post a Comment