Skip to content Skip to sidebar Skip to footer

Can't Open Database With Sqliteassethelper

Possible Duplicate: Android sqlite returned: error code = 14 I have used SQLiteAssetHelper class/library to manipulate a database from assets/databases folder like indicated in

Solution 1:

Why did you put your .db file in a .zip ? Please try put it in assets without archived. Or you can try put a little without-problem .db file in zip archive for understanding where problem is.


Post a Comment for "Can't Open Database With Sqliteassethelper"