SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator

前端 未结 1 544
清酒与你
清酒与你 2021-01-21 10:19

First I want to say thanks to everyone that reads this. Stackoverflow is an amazing site and you guys help me out with answers everyday in the form of questions already submitt

1条回答
  •  别那么骄傲
    2021-01-21 10:41

    I'd try opening this database with different SQLite clients.

    If that doesn't work, the next step may be to try finding an SQLite database file validator and/or to run the standard SQLite client in debug mode (but to be honest, I don't even know if those two last options are even possible).

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