redex
Introduction: ReDex 是 Facebook 开源的工具,通过对字节码进行优化,以减小 Android Apk 大小,同时提高 App 启动速度。
Tags:
Android优化-APK压缩-App加速-Facebook-Dex优化-ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source.
Go to https://fbredex.com for full documentation.
Contributions
See CONTRIBUTING.md to understand how to contribute to this project.
License
The ReDex repository is available under the MIT License.