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
网友评论