/docker-redex

A bytecode optimizer for Android apps

Primary LanguageShell

Docker Pulls Docker Stars Docker Size Docker Layers Travis CI

docker images for redex

docker images for redex

Pre-requisites

To use this docker image, you will need a working docker installation. See the instructions for Linux or MacOSX as appropriate.

Usage

$ curl -L https://github.com/yongjhih/docker-redex/raw/master/redex > ~/bin/redex && chmod a+x ~/bin/redex
$ ~/bin/redex path/to/your.apk -o path/to/output.apk

Build

This docker file will use current commit of redex.

$ docker build --rm -t yongjhih/redex:android android
$ ./redex path/to/your.apk -o path/to/output.apk