如何访问我的应用程序保存的数据文件?
我正在开发一个 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 Eclipse,则有一个名为“文件资源管理器”的东西
,您可以选择将文件下载或上传到设备。
If you are using Eclipse there is something called 'File Explorer'
There you have the option to download or upload files to the device.
假设手机连接到 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.