【发布时间】:2014-01-08 18:09:09
【问题描述】:
我想使用“Questoid SQLite Manager”打开我的数据库文件。当我尝试这样做时,一条消息显示:“在文件资源管理器中选择 db 文件,然后在 SQLite 管理器中打开它...”
当我搜索此错误时,我发现数据库必须具有 .db 扩展名。现在我的数据库名称是 mydb.db,它在模拟器上运行。
正如我在这些主题中看到的那样,有关此错误的大多数主题都是指 .db 扩展名和 root 权限:
Not able to open database file in SQLite manager plugin for eclipse?
https://stackoverflow.com/questions/19177467/not-able-to-open-the-db-file-with-questoid-sqlite-manager-browser
Why I can't see DB structure by SQLite Manager in file explorer
我还应该怎么做?
【问题讨论】: