Skip to content

yongjhih/docker-redex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A bytecode optimizer for Android apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%