facebook redex实现Android apk 压缩和优化

1.依赖的安装

brew install autoconf automake libtool python3

brew install boot double-conversion gflags glog libevent

2.下载,构建和安装redex

git submodule update --init

   2.1 编译源码

autoreconf -ivf && ./configure && make && make install

3.使用redex压缩apk

redex path/to/your.apk -o path/to/output.apk

你可能感兴趣的:(facebook redex实现Android apk 压缩和优化)