我想使用“Questoid SQLite Manager”打开我的数据库文件。当我试图这样做时,一条消息说:“在文件资源管理器中选择db文件,然后在SQLite Manager中打开它......”
当我搜索到这个错误时,我发现数据库必须有.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
我还应该做些什么?
答案 0 :(得分:2)
我遇到了与“sqlitemanager”相同的问题:只接受.db-数据库文件。
这是解决方案:
下载此Questoid SqLiteBrowser:http://www.java2s.com/Code/JarDownload/com.questoid/com.questoid.sqlitebrowser_1.2.0.jar.zip
解压缩并将其放入eclipse / dropins(不是插件)
答案 1 :(得分:0)
您可以使用http://sourceforge.net/projects/sqlitebrowser打开数据库文件。
答案 2 :(得分:0)