Android 中从存档解压后找不到文件
我正在使用 ZipInputStream 和 BufferedOutputStream 从 Android 1.6 中的 zip 存档中解压缩文件。代码运行没有异常,但是当我检查文件是否存在时,却找不到它。我只是在寻找文件名。是否有存储该文件的应用程序目录?需要指定目录吗?
I am using ZipInputStream and BufferedOutputStream to decompress a file from a zip archive in Android 1.6. The code runs without exceptions, but when I check the existance of the file, I can't find it. I am just looking for the filename. Is there an application directory that stores this file? Do I need to specify a directory?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 Context.getFilesDir()。
Check Context.getFilesDir().