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を使用して、Android1.6のzipアーカイブからファイルを解凍しています。コードは例外なく実行されますが、ファイルの存在を確認すると見つかりません。ファイル名を探しています。このファイルを保存するアプリケーションディレクトリはありますか?ディレクトリを指定する必要がありますか?
Context.getFilesDir()を確認してください。