Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ZipInputStream 和 BufferedOutputStream 从 Android 1.6 中的 zip 存档中解压缩文件。代码无异常运行,但是当我检查文件是否存在时,我找不到它。我只是在寻找文件名。是否有存储此文件的应用程序目录?我需要指定目录吗?
检查Context.getFilesDir()。