Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里看到了几个例子,但没有一个特别提到备份 SQLite 数据库,有人有这样做的例子吗? http://www.microdu.com/docs/guide/topics/data/backup.html
您可能想尝试这个问题,它给出了有关如何备份 SQLite 数据库的答案,以便在有人将其安装在新手机上时(使用 Google 的 BackupAgent)将其恢复。
另一方面,如果您想自己备份数据库,那么您可以将其复制到您的 SD 卡,如本问题所示。