Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.