我的 Mac 上的 Android 数据库位置
我想知道如何访问我的设备上的 sqlite 数据库的副本。
我有一个 Android 应用程序,据我所知,当您运行该应用程序时,它会从您的数据库中创建一个副本以供使用(创建一个文件database.sql)。
现在我的问题是如何访问我的 Mac 上的database.sql 文件?我想删除它。
我发现它位于/data/data/APP_NAME/database/sql 下。但我似乎找不到地图数据/数据。这个的根映射在哪里?我应该去哪里看?
我正在使用 MacBook 工作。
谢谢!
I would like to know how I can access the copy of my sqlite database on my device.
I have an android app, and as far as I know, when you run the app it makes a copy from your database to work with (makes a file database.sql).
Now is my question how can I access the database.sql file on my mac? I want to remove it.
I have found that it's located under /data/data/APP_NAME/database/sql. But I can't seem to find the map data/data. Where is the root map for this? Where should I look?
I'm working on a macbook.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的手机没有 root 访问权限,则无法探索该路径。
使用模拟器尝试一下,然后使用 de ADB shell 访问 de 数据库文件。
If you don't have root access on your phone you can't explore that path.
Try it with the emulator, and then use de ADB shell to access de database file.