SQLiteException: No Such Table Only On Motorola Plus?
We have a user that run our app on a Motorola PLUS, and when we try to read from a sqlite db he get the following exception. We have already tried to delete completely the app and
Solution 1:
i had the same problem. my guess is that it doesn't happen on all devices as you said- but the problem is not the sqlite version, the problem is probably because in some place in your code you deleted the table (in my case i deleted the cache for a web client). go over your code and re-exam it.
Post a Comment for "SQLiteException: No Such Table Only On Motorola Plus?"