我的 Mac 上的 Android 数据库位置

发布于 2024-11-24 04:12:27 字数 291 浏览 0 评论 0原文

我想知道如何访问我的设备上的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

被你宠の有点坏 2024-12-01 04:12:27

如果您的手机没有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文