如何访问我的应用程序保存的数据文件?

发布于 2024-12-23 06:49:26 字数 109 浏览 1 评论 0原文

我正在开发一个 Android 应用程序原型。它将我自己的调试数据保存到手机上的文件中。

将此文件从手机上下载到我的 Windows 计算机上以便我可以检查它以进行调试的最简单方法是什么?

I have an prototype Android Application I'm developing. It saves my own debugging data to a file on the phone.

What's the simplest way to get this file off the phone and onto my Windows machine so I can examine it for debugging purposes ?

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

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

发布评论

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

评论(2

原谅过去的我 2024-12-30 06:49:26

如果您使用 Eclipse,则有一个名为“文件资源管理器”的东西

Window -> Show view -> Others -> Android -> File Explorer

,您可以选择将文件下载或上传到设备。

If you are using Eclipse there is something called 'File Explorer'

Window -> Show view -> Others -> Android -> File Explorer

There you have the option to download or upload files to the device.

滥情空心 2024-12-30 06:49:26

假设手机连接到 Wi-Fi,则有许多 Samba 应用程序和模块,包括用于 ASTRO 文件管理器的 ASTRO SMB MOdule。这些将在您的网络上创建一个“Windows”样式的文件服务器。您需要在 SMB 应用程序中为日志文件目标设置共享。

Assuming the phone is on wifi, there are a number of Samba apps and modules, including the ASTRO SMB MOdule for ASTRO File Manager. These will create a "Windows" style file server on your network. You would need to set up the share in the SMB app for the log file destination.

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