I have root, and I tried running the zip command from shell, but zip is not found. I think Android doesn't come with zip. How can I install zip on Android?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
migrated from stackoverflow.com May 7 '11 at 11:18
|
The ZipOutputStream class will help you. There's an example of creating a zip file in the documentation. |
|||
|
|
I don't really understand your question, but if you are developing an app and you want to zip files with it, the following article might help you: http://www.jondev.net/articles/Zipping_Files_with_Android_(Programmatically) |
|||
|
