I've seen this exception when one thread is adding a table to the
schema and another thread is accessing a different table at the same
time. This is because SQLite maintains a master list of tables, which
is locked for both read and write access by all threads while any
thread is doing a table create. Are you doing multi-thread access to
the database in this fashion?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to