Questions tagged «android-database»

14
附带数据库的应用程序
如果您的应用程序需要一个数据库,并且它带有内置数据,那么最好的运输方法是什么?我是不是该: 预先创建SQLite数据库并将其包含在.apk?中。 在应用程序中包括SQL命令,并让它创建数据库并在首次使用时插入数据吗? 我看到的缺点是: 可能的SQLite版本不匹配可能会导致问题,并且我目前不知道数据库应该去哪里以及如何访问它。 在设备上创建和填充数据库可能会花费很长时间。 有什么建议么?有关任何问题的文档指针将不胜感激。

20
会议室无法验证数据完整性
使用Room Database运行程序时出现此错误 Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number. 似乎我们需要更新数据库版本,但是从何处可以在Room中完成呢?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.