相关疑难解决方法(0)

房间无法验证数据的完整性

使用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.
Run Code Online (Sandbox Code Playgroud)

我们似乎需要更新数据库版本,但是我们可以在Room中从哪里做到这一点?

android android-database android-room

56
推荐指数
10
解决办法
3万
查看次数

标签 统计

android ×1

android-database ×1

android-room ×1