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.
我正在尝试在命令行中探索 Android 嵌入式 SQLite 数据库。
我的 Android 模拟器已经创建了一个名为“notebase2”的数据库(参见屏幕截图),但命令行中的结果并未反映这一点。
屏幕截图显示了我的 Ubuntu 终端的一部分,它位于我的 Exclipse DDMS 透视图的文件资源管理器视图中。
.databases列出附加的数据库。您尚未打开或附加任何数据库。试试这个:
.databases
sqlite3 /data/data/your.applications.package/databases/notebase2