美文网首页
facebook redex实现Android apk 压缩和优

facebook redex实现Android apk 压缩和优

作者: 你叫啥 | 来源:发表于2018-04-22 16:01 被阅读0次

    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 压缩和优

          本文链接:https://www.haomeiwen.com/subject/asrclftx.html