Android AVD SQLite 文件 - 浏览?

发布于 2024-09-05 20:46:39 字数 58 浏览 0 评论 0原文

如何浏览并复制 Android AVD 中的文件?我希望查看应用程序修改的 Sqlite 文件的内容。

How can I browse and copy out the files in my Android AVD? I wish to view the contents of the Sqlite file the app modifies.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼泪也成诗 2024-09-12 20:46:39

使用 DDMS 中的文件管理器(独立程序或 Eclipse 中的 DDMS 透视图)。您的 SQLite 数据库应位于:

/data/data/your.package.here/databases/

其中 your.package.here 是您在清单中为应用程序指定的包名称。

Use the File Manager in DDMS (either the standalone program or the DDMS perspective in Eclipse). Your SQLite databases should be in:

/data/data/your.package.here/databases/

where your.package.here is whatever package name you gave your application in the manifest.

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