No such table android_metadata, what's the problem?

后端 未结 7 1803
后悔当初
后悔当初 2020-12-07 15:37

I am copying a pre-existing database to /data/data/packagename/databases using code learned from using-your-own-sqlite-database-in-android-applications

相关标签:
7条回答
  • 2020-12-07 16:28

    In my case, I have discovered that this error will happen if I leave an open transaction left.

    In other words: If you forget to commit or rollback a transaction, in the next time you enter in your application, this error raises up.

    0 讨论(0)
提交回复
热议问题