Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annimon/minizipandroid
Android archiver using minizip library.
https://github.com/annimon/minizipandroid
Last synced: about 2 months ago
JSON representation
Android archiver using minizip library.
- Host: GitHub
- URL: https://github.com/annimon/minizipandroid
- Owner: aNNiMON
- License: other
- Created: 2012-12-22T12:29:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T16:06:08.000Z (over 10 years ago)
- Last Synced: 2024-05-21T07:01:43.384Z (8 months ago)
- Language: C
- Size: 611 KB
- Stars: 15
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MinizipAndroid
==============
Android archiver using the [minizip library](https://github.com/nmoinvaz/minizip).
Requires Android 2.2 or higher.Binary apk file available [here](http://annimon.com/files/MinizipAndroid.apk).
Build application
-----------------
Fetch the source code with Git:git clone https://github.com/aNNiMON/MinizipAndroid.git
Import sources to android project in Eclipse, then build application.
> For build minizip library make sure you have the [Android NDK](http://developer.android.com/tools/sdk/ndk/) installed.