Android AVD SQLite 文件 - 浏览?
如何浏览并复制 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 DDMS 中的文件管理器(独立程序或 Eclipse 中的 DDMS 透视图)。您的 SQLite 数据库应位于:
其中
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:
where
your.package.here
is whatever package name you gave your application in the manifest.